diff options
author | Yigit Sever | 2022-03-30 10:06:39 +0300 |
---|---|---|
committer | Yigit Sever | 2022-03-30 10:07:17 +0300 |
commit | 9100fe6be644e783143ba3345aa403431decaa4f (patch) | |
tree | ca59aeb4008d40effc8d007022b586d2e0928138 | |
parent | 65b2ed5d428dc0ef13a5ede62f041ff89db549ff (diff) | |
download | dotfiles-9100fe6be644e783143ba3345aa403431decaa4f.tar.gz dotfiles-9100fe6be644e783143ba3345aa403431decaa4f.tar.bz2 dotfiles-9100fe6be644e783143ba3345aa403431decaa4f.zip |
nvim: comment out speeddating for now
-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 |