Added data formats like yaml, toml
This commit is contained in:
parent
637591c077
commit
8bf98bb84c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ require('lspconfig')['docker_compose_language_service'].setup{
|
|||
|
||||
-- TreeSitter Config
|
||||
require('nvim-treesitter.configs').setup{
|
||||
ensure_installed = {'go', 'vim', 'typescript', 'help', 'lua', 'javascript', 'python'},
|
||||
ensure_installed = {'go', 'toml', 'json', 'yaml', 'vim', 'typescript', 'help', 'lua', 'javascript', 'python'},
|
||||
highlight = {
|
||||
enable = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue