From adef2de8d55aa60a93523d448722f4f1256b3051 Mon Sep 17 00:00:00 2001 From: Henri <52706578+Vanderscycle@users.noreply.github.com> Date: Mon, 3 May 2021 12:28:54 -0700 Subject: [PATCH 1/2] Update README.md Corrected a small repetition. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c706e64..593c8ca 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ I'd install it first and add its setup line : - leader + f b open all buffers - leader + f f find files in the current DIR - leader + f o open recently edited files -- leader + f f find files in the current DIR - leader + f h opens up a help page like thing - Ctrl + v open files in vertical split - Ctrl + x open files in horizontal split From 615c391d5d9a798b2801164216f565b469659bfc Mon Sep 17 00:00:00 2001 From: Henri <52706578+Vanderscycle@users.noreply.github.com> Date: Mon, 3 May 2021 14:57:54 -0700 Subject: [PATCH 2/2] Update lua.lua Added snippet support for a later merge should the author decides that this type of snippet support fits his needs. --- lua/pluginsList/lua.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/pluginsList/lua.lua b/lua/pluginsList/lua.lua index 507cdce..09b2536 100644 --- a/lua/pluginsList/lua.lua +++ b/lua/pluginsList/lua.lua @@ -23,6 +23,10 @@ return require("packer").startup( use "glepnir/galaxyline.nvim" use "windwp/nvim-autopairs" use "alvan/vim-closetag" + + -- snippet support + use "hrsh7th/vim-vsnip" + use "rafamadriz/friendly-snippets" -- file managing , picker etc use "kyazdani42/nvim-tree.lua"