neovim: Disable tree-sitter indentation for rust
This commit is contained in:
parent
1d889fddbe
commit
54540aae6e
|
@ -437,6 +437,9 @@ require('nvim-treesitter.configs').setup {
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
disable = {
|
||||||
|
'rust', -- broken in macros, annoying with maud
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue