- Telescope is a must
- Lazy
- tree-sitter
- cmp
- blammer
- auto-session
- Find files with Ctrl + p
- Find word with Ctrl + f
- Eslint on save for ts, js
- Auto session (if you exit just type nvim in console without route and you are back on your file)
- Did you open another file and want to go back? Just do
<Space>bb
- You want to check the files you opened replacing same window?
<Space>fb
- Find the word under the cursor
<Space>fw
- Rename var
<Space>rn
Learn some Telescope and Nvim Tree basics and you are done, you don't need VSCode Again