diff options
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r-- | lua/core/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index ffe2941..ac4a109 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -103,6 +103,8 @@ require 'dep' { { 'folke/trouble.nvim' }, { 'folke/todo-comments.nvim' }, + { 'danymat/neogen' }, -- generate lsp annotations + -- dap ---------------------------------------------------------------------- { 'mfussenegger/nvim-dap', deps = { |