diff options
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index c9b6a7c..055aa2d 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -44,8 +44,8 @@ return require('packer').startup(function() | |||
44 | use 'jpalardy/vim-slime' | 44 | use 'jpalardy/vim-slime' |
45 | -- snippets to expand | 45 | -- snippets to expand |
46 | use {'SirVer/ultisnips', 'honza/vim-snippets'} | 46 | use {'SirVer/ultisnips', 'honza/vim-snippets'} |
47 | -- auto pair plugin, people hate these | 47 | -- autopairs for neovim |
48 | use 'tmsvg/pear-tree' | 48 | use 'windwp/nvim-autopairs' |
49 | -- git diff in the sign column | 49 | -- git diff in the sign column |
50 | use 'airblade/vim-gitgutter' | 50 | use 'airblade/vim-gitgutter' |
51 | -- completion preview of floating window | 51 | -- completion preview of floating window |