dotfiles/nvim/README.md

15 lines
404 B
Markdown
Raw Normal View History

2022-07-01 11:32:35 +02:00
custom config files for nvchad
2022-07-04 11:17:04 +02:00
## First run
In order to install nvchad pluggins and custom ones you must follow:
- sh install.sh
- <ESC>:q
- exec nvim
- <ESC>:PackerSync
2022-08-02 18:37:31 +02:00
- <ESC>:MasonInstallAll
2022-07-04 11:17:04 +02:00
- now it must work fine
2022-08-02 18:37:31 +02:00
## Add language to LSP
- Add lang server in "custom/plugins/lspconfig.lua" file.
- Add lang server to Mason custom override in "custom/override.lua" to install with ":MasonInstallAll"