This commit is contained in:
asep komarudin 2023-02-12 17:04:05 +07:00
parent 6fb52c0e1c
commit 260b9aaa4b

View file

@ -123,25 +123,10 @@ git clone https://github.com/pojokcodeid/nvim-lazy.git ~/.config/nvim
### Comfig Treesitter Cari file nvim/lua/user/treesitter.lua ### Comfig Treesitter Cari file nvim/lua/user/treesitter.lua
- Tambahkan Pada Bagian berikut - Jalankan Code Berikut pada command
```lua ```lua
ensure_installed = { :TSInstall html css javascript ..... dst
"bash",
"c",
"javascript",
"json",
"lua",
"python",
"typescript",
"tsx",
"css",
"rust",
"java",
"yaml",
"markdown",
"markdown_inline",
}, -- one of "all" or a list of languages
``` ```
- Rujukan Language Support <br> - Rujukan Language Support <br>