Updated Home (markdown)

siduck76 2021-07-02 14:33:01 +05:30
parent 61bdb61eb4
commit 4853b8d8d9

@ -40,7 +40,7 @@ git clone https://github.com/wbthomason/packer.nvim\
[for WINDOWS](https://github.com/siduck76/NvChad/issues/93#issuecomment-870517850)
### - Install Lsp Servers
### Install Lsp Servers
- install the languages you want , check [nvim-LspInstall](https://github.com/kabouzeid/nvim-lspinstall)
@ -52,11 +52,11 @@ git clone https://github.com/wbthomason/packer.nvim\
lspconfig/blob/master/CONFIG.md
<br><br>
## - Dashboard
## Dashboard
- Dashboard is hidden by default i.e it wont show on the startup screen unless you call it via its mapping ( space + d + b ) , anyways you can enable it , [check](https://github.com/siduck76/NvChad/issues/100#issuecomment-869091317)
## - Code Formating && Pretifying
## Code Formating && Pretifying
- NvChad uses neoformat , install the formatters for the language you want from [here](https://github.com/sbdchd/neoformat).
- for example : to format html , css and js I just need prettier to be installer and its done!