diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -70,10 +70,7 @@ vim.api.nvim_create_autocmd({ "WinEnter", "TermOpen" }, { -- Plugins ------------------------------------------------------------------------------------------------------------------------ -vim.pack.add({ - "https://github.com/tpope/vim-surround", -- Manipulate delimiters - "https://github.com/airblade/vim-gitgutter", -- Show git status in the gutter -}) +vim.pack.add({ "https://github.com/tpope/vim-surround" }) -- Manipulate delimiters ------------------------------------------------------------------------------------------------------------------------ -- Commands (there's more in the different plugins) |
