All my config for neovim based on 0 to LSP video from ThePrimeagen
Of corse first of all clone this repository on your .config directory
git clone https://github.com/Tanque40/nvim.git ~/.config/nvim| Old key | Remap | Use |
|---|---|---|
| <leader> | <spacebar> | Spacebar has now the leader use for instructions |
| :Ex | <leader>pv | Back to explorer |
| Key | Use |
|---|---|
| % | Create file |
| d | Create directory |
| :w | Write changes |
| :q | Quite editor |
| :Ex | Explorer |
| --- | --- |
| <leader>pf | Find files with telescope |
| <leader>ps | Find project source files with telescope |
| Cntrl-p | Find git managed repository source files with telescope |
| --- | --- |
| <leader>a | Add file to harpoon |
| Cntrl-e | Show menu of files in harpoon |
| Cntrl-h | Quick go to the first file in harpoon buffer |
| Cntrl-t | Quick go to the second file in harpoon buffer |
| Cntrl-n | Quick go to the third file in harpoon buffer |
| Cntrl-s | Quick go to the fourth file in harpoon buffer |
| --- | --- |
| <leader>u | Toggle a undo tree buffer |
| --- | --- |
| <leader>gs | Toggle a git manager |