From 772c55afb0081030a72bb8e066e7c6aad6cdda36 Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 2 Aug 2023 02:16:29 -0400 Subject: add annotation generator: neogen --- lua/core/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/core/plugins.lua') 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 = { -- cgit v1.2.1