disable nvim-treesitter indent

it broke jsdoc indenting
This commit is contained in:
LavaDesu 2021-08-12 11:57:45 +07:00
parent e815a87e7d
commit 4b7821d289
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -22,7 +22,7 @@
vim-surround
(nvim-treesitter.withPlugins (p: with p; [
tree-sitter-javascript
# tree-sitter-javascript
tree-sitter-nix
tree-sitter-rust
tree-sitter-toml
@ -79,7 +79,8 @@
lua <<EOF
require('nvim-treesitter.configs').setup {
highlight = { enable = true }
highlight = { enable = true },
indent = { enable = false }
}
require('lualine').setup {
options = {