feat(nvim): disable treesitter indenting
parent
974733dd31
commit
4884815c1f
|
@ -1,9 +1,8 @@
|
||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
highlight = {enable = true, additional_vim_regex_highlighting = false},
|
highlight = { enable = true, additional_vim_regex_highlighting = false },
|
||||||
indent = {enable = true},
|
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash", "c", "cpp", "css", "dockerfile", "hcl", "html", "javascript",
|
"bash", "c", "cpp", "css", "dockerfile", "hcl", "html", "javascript",
|
||||||
"json", "latex", "lua", "markdown", "nix", "python", "rust", "svelte",
|
"json", "latex", "lua", "markdown", "nix", "python", "rust", "svelte",
|
||||||
"toml", "tsx", "typescript", "vim", "vue", "yaml"
|
"toml", "tsx", "typescript", "vim", "vue", "yaml"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue