feat(nvim): disable treesitter indenting

main
mandlm 2022-07-12 21:03:10 +02:00
parent 974733dd31
commit 4884815c1f
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
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",