Disable nvim_treesitter#indent() since its buggy on c++ files
This commit is contained in:
parent
831ac41440
commit
9f1c0228aa
@ -11,7 +11,7 @@ return {
|
|||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = false },
|
||||||
|
|
||||||
-- List of languages that must be available
|
-- List of languages that must be available
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user