Added ts-autotag and changed treesitter config
This commit is contained in:
parent
167efe5a88
commit
25d2639897
4 changed files with 44 additions and 5 deletions
|
|
@ -2,7 +2,36 @@
|
|||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings = { highlight.enable = true; };
|
||||
settings = {
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
folds.enable = true;
|
||||
ensure_installed = [
|
||||
"bash"
|
||||
"c"
|
||||
"diff"
|
||||
"html"
|
||||
"javascript"
|
||||
"jsdoc"
|
||||
"json"
|
||||
"lua"
|
||||
"luadoc"
|
||||
"luap"
|
||||
"markdown"
|
||||
"markdown_inline"
|
||||
"printf"
|
||||
"python"
|
||||
"query"
|
||||
"regex"
|
||||
"toml"
|
||||
"tsx"
|
||||
"typescript"
|
||||
"vim"
|
||||
"vimdoc"
|
||||
"xml"
|
||||
"yaml"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue