disable nvim-treesitter indent
it broke jsdoc indenting
This commit is contained in:
parent
e815a87e7d
commit
4b7821d289
1 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
vim-surround
|
vim-surround
|
||||||
|
|
||||||
(nvim-treesitter.withPlugins (p: with p; [
|
(nvim-treesitter.withPlugins (p: with p; [
|
||||||
tree-sitter-javascript
|
# tree-sitter-javascript
|
||||||
tree-sitter-nix
|
tree-sitter-nix
|
||||||
tree-sitter-rust
|
tree-sitter-rust
|
||||||
tree-sitter-toml
|
tree-sitter-toml
|
||||||
|
|
@ -79,7 +79,8 @@
|
||||||
|
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter.configs').setup {
|
||||||
highlight = { enable = true }
|
highlight = { enable = true },
|
||||||
|
indent = { enable = false }
|
||||||
}
|
}
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue