Updated Home (markdown)

siduck76 2021-06-15 22:15:11 +05:30
parent d10e9cc30c
commit c31092a72a

@ -76,6 +76,11 @@ nvim_lsp.emmet_ls.setup {
- for example : to format html , css and js I just need prettier to be installer and its done!
<br><br>
## Syntax highlighting
- 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
## Guides to migrate your nvim configs to init.lua
Give these a quick read if you want to learn basic lua configuring in neovim