diff options
author | Yigit Sever | 2021-11-07 23:11:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-07 23:11:33 +0300 |
commit | a2581b076712bb1997c3856019742df27d15cfac (patch) | |
tree | 30e5c4c84c8b8b6d093b045ae9d6033df3f3e25e /.config/nvim/lua/plugins.lua | |
parent | 81764d44f86917a38744f22a8c494be3589ae995 (diff) | |
download | dotfiles-a2581b076712bb1997c3856019742df27d15cfac.tar.gz dotfiles-a2581b076712bb1997c3856019742df27d15cfac.tar.bz2 dotfiles-a2581b076712bb1997c3856019742df27d15cfac.zip |
nvim: remove abolish, small changes
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 266ab2c..6d982de 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -26,7 +26,6 @@ return require('packer').startup(function() | |||
26 | use 'hrsh7th/nvim-cmp' | 26 | use 'hrsh7th/nvim-cmp' |
27 | use 'hrsh7th/cmp-nvim-lsp' | 27 | use 'hrsh7th/cmp-nvim-lsp' |
28 | use 'hrsh7th/cmp-buffer' | 28 | use 'hrsh7th/cmp-buffer' |
29 | use 'kdheepak/cmp-latex-symbols' | ||
30 | use 'quangnguyen30192/cmp-nvim-ultisnips' | 29 | use 'quangnguyen30192/cmp-nvim-ultisnips' |
31 | 30 | ||
32 | -- find, filter, preview, pick | 31 | -- find, filter, preview, pick |
@@ -136,8 +135,6 @@ return require('packer').startup(function() | |||
136 | } | 135 | } |
137 | -- increment dates, times & more | 136 | -- increment dates, times & more |
138 | use 'tpope/vim-speeddating' | 137 | use 'tpope/vim-speeddating' |
139 | -- search, substitute and abbreviate | ||
140 | use 'tpope/vim-abolish' | ||
141 | -- provides ga, show unicode stuff of char under cursor | 138 | -- provides ga, show unicode stuff of char under cursor |
142 | use 'tpope/vim-characterize' | 139 | use 'tpope/vim-characterize' |
143 | -- comment helper | 140 | -- comment helper |