diff --git a/nvim/init.lua b/nvim/init.lua index c7b8971..81a15de 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -45,4 +45,5 @@ setup_yank_highlight() -- 1. codelldb doesn't terminate C++ program after debugging. : Don't know how to fix, have asked for help. -- 2. Sometimes very seldomly the cursor stops rendering, the only fix I found is to restsart Neovim. -- 3. Add PR to lspsaga so you can add keybindings for closing hover_doc, rename, finder, incoming_calls, and code actions using many configurable keybindings. I'm after "" and "q". +-- 4. Remove usage of dap-go, dap-python, and rustaceanvim. These are really just providing DAP/LSP configs which I prefer to have without plugin bloat. However, they require more to setup than your average conf. --]]