Updated Home (markdown)

siduck76 2021-07-28 05:20:12 +05:30
parent ec1002509a
commit 25bba5e1c8

13
Home.md

@ -53,6 +53,8 @@ git clone https://github.com/wbthomason/packer.nvim\
- 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)
## Autosave
## Code Formating && Pretifying
- NvChad uses neoformat , install the formatters for the language you want from [here](https://github.com/sbdchd/neoformat).
@ -64,8 +66,17 @@ git clone https://github.com/wbthomason/packer.nvim\
- nvim-treesitter usually adds the syntax highlighting based on the language, check the supported languages list [here](https://github.com/nvim-treesitter/nvim-treesitter#supported-languages)
- Add the language (name) in the ensure_installed section of the lua/treesitter-nvim.lua file
## Themes
## Autosave
In options.lua
```
g.auto_save = true
run :PackerSync and reopen nvim.
```
## Themes
- NvChad comes with two themes : onedark and gruvbox
- The lua/themes folder contains the theme files , each theme file has a table ( lua table ) containing some hex colors.
- Theme can be set in the init.lua file.