I love neovim...
Did I say I love neovim...?
I can just move so fast and the code just appear on the screen like brrrrrr
what made me want to learn neovim? theprimeagen honestl-
tech stack is mostly in lua.
lsp's are definitely the challenge when it comes to code editors
definitely vim keybindings and lua. it also teaches you a lot about LSP. also it forces you to think about things that you would never consider if you were always using VSCode
- such as file navigation, diagnostics, buffers, windows, file searches, etc - forced to optimize these
clearly made me a better programmer as a result and definitely made me faster at coding