diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 186b04a..123bfdb 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -128,7 +128,7 @@ return require('packer').startup(function() | |||
128 | 'tpope/vim-fugitive', cmd = {'Git', 'Gstatus', 'Gblame', 'Gpush', 'Gpull'} | 128 | 'tpope/vim-fugitive', cmd = {'Git', 'Gstatus', 'Gblame', 'Gpush', 'Gpull'} |
129 | } | 129 | } |
130 | -- increment dates, times & more | 130 | -- increment dates, times & more |
131 | use 'tpope/vim-speeddating' | 131 | -- use 'tpope/vim-speeddating' |
132 | -- provides ga, show unicode stuff of char under cursor | 132 | -- provides ga, show unicode stuff of char under cursor |
133 | use 'tpope/vim-characterize' | 133 | use 'tpope/vim-characterize' |
134 | -- comment helper | 134 | -- comment helper |