summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-04-13 09:35:35 +0300
committerYigit Sever2022-04-13 09:35:35 +0300
commit396c3984cd7cc1b062080ca71516b04be2595f7d (patch)
tree09998f3255b0d03fe585d9c39fda81ba0c6bfbae
parentdac47342daa8a62e08c6e5b23912e23cd3d70123 (diff)
downloaddotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.tar.gz
dotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.tar.bz2
dotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.zip
nvim: get speeddating back
-rw-r--r--.config/nvim/lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 123bfdb..186b04a 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