diff options
author | Yigit Sever | 2022-11-22 14:56:24 +0300 |
---|---|---|
committer | Yigit Sever | 2022-11-22 14:56:24 +0300 |
commit | d4df85e1ff389748b8a44f586f1653c281f02eaf (patch) | |
tree | ee7e406f26fac11a12e48342c5cda76914315026 /.config/nvim/lua/plugins.lua | |
parent | ec70d536b9182c6946b52da0af8587be82d418fb (diff) | |
download | dotfiles-d4df85e1ff389748b8a44f586f1653c281f02eaf.tar.gz dotfiles-d4df85e1ff389748b8a44f586f1653c281f02eaf.tar.bz2 dotfiles-d4df85e1ff389748b8a44f586f1653c281f02eaf.zip |
nvim: update nvim-lspcofig, config
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 2628272..af639e3 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -26,8 +26,6 @@ return require('packer').startup(function() | |||
26 | use 'neovim/nvim-lspconfig' | 26 | use 'neovim/nvim-lspconfig' |
27 | 27 | ||
28 | -- annotation generator | 28 | -- annotation generator |
29 | -- learn to use it 2022-05-17 00:44 | ||
30 | -- https://github.com/danymat/neogen | ||
31 | use { | 29 | use { |
32 | "danymat/neogen", | 30 | "danymat/neogen", |
33 | config = function() | 31 | config = function() |