diff options
Diffstat (limited to '.config/nvim/lua/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/plugins.lua | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index ba5ae0b..2628272 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
| @@ -125,12 +125,17 @@ return require('packer').startup(function() | |||
| 125 | use 'lfv89/vim-interestingwords' | 125 | use 'lfv89/vim-interestingwords' | 
| 126 | -- swap delimited items using g>, g< | 126 | -- swap delimited items using g>, g< | 
| 127 | use 'machakann/vim-swap' | 127 | use 'machakann/vim-swap' | 
| 128 | -- jump to location by 2 characters, ` | 128 | |
| 129 | use 'justinmk/vim-sneak' | 129 | -- sneak, but in l u a | 
| 130 | use 'ggandor/leap.nvim' | ||
| 131 | -- -- jump to location by 2 characters, ` | ||
| 132 | -- use 'justinmk/vim-sneak' | ||
| 130 | -- additional text objects, don't remove this ever again you fuck | 133 | -- additional text objects, don't remove this ever again you fuck | 
| 131 | use 'wellle/targets.vim' | 134 | use 'wellle/targets.vim' | 
| 132 | -- enhanced increment/decrement plugin ala speeddating | 135 | -- enhanced increment/decrement plugin ala speeddating | 
| 133 | use 'monaqa/dial.nvim' | 136 | use 'monaqa/dial.nvim' | 
| 137 | -- comment helper | ||
| 138 | use 'numToStr/Comment.nvim' | ||
| 134 | 139 | ||
| 135 | -- statusline of the $CURRENT_YEAR | 140 | -- statusline of the $CURRENT_YEAR | 
| 136 | use { | 141 | use { | 
| @@ -152,8 +157,6 @@ return require('packer').startup(function() | |||
| 152 | } | 157 | } | 
| 153 | -- provides ga, show unicode stuff of char under cursor | 158 | -- provides ga, show unicode stuff of char under cursor | 
| 154 | use 'tpope/vim-characterize' | 159 | use 'tpope/vim-characterize' | 
| 155 | -- comment helper | ||
| 156 | use 'numToStr/Comment.nvim' | ||
| 157 | -- asynchronous build and test dispatcher | 160 | -- asynchronous build and test dispatcher | 
| 158 | use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} | 161 | use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} | 
| 159 | -- automatically adjust 'shiftwidth' and 'expandtab' | 162 | -- automatically adjust 'shiftwidth' and 'expandtab' | 
