Update annoyances to include plugins for daps and lspconfigs. I want all

done without any pluginbloat.
This commit is contained in:
Martin Larsson 2025-01-19 23:28:31 +00:00
parent eea01d0812
commit 8cb53fd6bd

View file

@ -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. -- 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. -- 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 "<Esc>" and "q". -- 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 "<Esc>" 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.
--]] --]]