- Clone the repository and copy its content to config folder
git clone git@github.com:chetan-satpute-josh/nvim.git
cp -r nvim ~/.config- Install additional formatters
neovim command
:MasonInstall lua-language-server stylua
:MasonInstall typescript-language-server prettier eslint-lsp json-lsp css-lsp
:MasonInstall ruby-lsp
:MasonInstall gopls
- Code highlight
neovim command
:TSInstall go ruby typescript tsx javascript
| Keys | Function |
|---|---|
<C-p> |
find files by name |
<space>e |
open file explorer |
<space>lg |
search text across project |
<space>fm |
format file |
<space>/ |
comment line / block |
<C-p> |
move up in autocomplete popup |
<C-n> |
move down in autocomplete popup |