diff options
| author | Yigit Sever | 2022-04-13 09:35:35 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-04-13 09:35:35 +0300 |
| commit | 396c3984cd7cc1b062080ca71516b04be2595f7d (patch) | |
| tree | 09998f3255b0d03fe585d9c39fda81ba0c6bfbae /.config/nvim/lua | |
| parent | dac47342daa8a62e08c6e5b23912e23cd3d70123 (diff) | |
| download | dotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.tar.gz dotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.tar.bz2 dotfiles-396c3984cd7cc1b062080ca71516b04be2595f7d.zip | |
nvim: get speeddating back
Diffstat (limited to '.config/nvim/lua')
| -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 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 |
