|
|
|
|
|
by tcoff91
508 days ago
|
|
LSP and formatter were really fast to set up. I used kickstart.nvim to get started and lsp and formatter are already mostly configured. DAP is trickier to set up but is doable. How often are you really debugging though? In the beginning just run both neovim and your ide and just switch when you debug. Back when LSP wasn’t a thing I still used vim but would just switch to an IDE when I needed to go code exploring and needed to be able to jump to definition and stuff like that. Wasn’t a big deal and was worth it to use both tools because vim is such a superior method for editing text. |
|