diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/pack.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 951e9f7..cc0de0b 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -73,6 +73,9 @@ return packer.startup(function(use) }) use("rmagatti/goto-preview") + -- neodev + use("folke/neodev.nvim") + -- Debugger use("mfussenegger/nvim-dap") -- Debug Adapter Protocol client implementation for Neovim use("rcarriga/nvim-dap-ui") -- UI for nvim-dap |
