diff options
author | Yigit Sever | 2021-11-30 15:23:45 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-30 15:23:45 +0300 |
commit | 79ced663d45989cd8ce728c23c5cfb69b289871e (patch) | |
tree | 5b5c920756735e56dd46f5b76bc898f31d01d58f /.config/nvim/lua | |
parent | f44e51e4f27b429be1a1d5a9f05bceaad0e13fdd (diff) | |
download | dotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.tar.gz dotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.tar.bz2 dotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.zip |
vim: switch comment plugin, reinstate targets
Diffstat (limited to '.config/nvim/lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 4c66bd3..2bb5269 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -110,6 +110,8 @@ return require('packer').startup(function() | |||
110 | use 'machakann/vim-swap' | 110 | use 'machakann/vim-swap' |
111 | -- jump to location by 2 characters, ` | 111 | -- jump to location by 2 characters, ` |
112 | use 'justinmk/vim-sneak' | 112 | use 'justinmk/vim-sneak' |
113 | -- additional text objects, don't remove this ever again you fuck | ||
114 | use 'wellle/targets.vim' | ||
113 | 115 | ||
114 | -- statusline of the $CURRENT_YEAR | 116 | -- statusline of the $CURRENT_YEAR |
115 | use { | 117 | use { |
@@ -132,8 +134,7 @@ return require('packer').startup(function() | |||
132 | -- provides ga, show unicode stuff of char under cursor | 134 | -- provides ga, show unicode stuff of char under cursor |
133 | use 'tpope/vim-characterize' | 135 | use 'tpope/vim-characterize' |
134 | -- comment helper | 136 | -- comment helper |
135 | -- https://github.com/numToStr/Comment.nvim hip & cool | 137 | use 'numToStr/Comment.nvim' |
136 | use 'tpope/vim-commentary' | ||
137 | -- asynchronous build and test dispatcher | 138 | -- asynchronous build and test dispatcher |
138 | use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} | 139 | use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} |
139 | end) | 140 | end) |