Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 970 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 970 Bytes

Nvim setup for TSX

  • Telescope is a must
  • Lazy
  • tree-sitter
  • cmp
  • blammer
  • auto-session
Screenshot 2024-01-19 at 09 56 29 ___________________________________ Screenshot 2024-01-19 at 10 01 58

Useful commands

  • 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