tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
remove unnessecary
0xda157
3 months ago
ead90641
8d36bc73
+1
-34
1 changed file
expand all
collapse all
unified
split
modules
plugins
treesitter
default.nix
+1
-34
modules/plugins/treesitter/default.nix
···
2
2
{
3
3
plugins.treesitter = {
4
4
enable = true;
5
5
+
5
6
settings = {
6
6
-
ensureInstalled = [
7
7
-
# - Systems -
8
8
-
"c"
9
9
-
"rust"
10
10
-
# - Scripting -
11
11
-
"bash"
12
12
-
"zsh"
13
13
-
# "fish"
14
14
-
"lisp"
15
15
-
# - Webdev -
16
16
-
"html"
17
17
-
"css"
18
18
-
"javascript"
19
19
-
"typescript"
20
20
-
"svelte"
21
21
-
# - Config -
22
22
-
"nix"
23
23
-
"lua"
24
24
-
"luadoc"
25
25
-
"vim"
26
26
-
"vimdom"
27
27
-
"json"
28
28
-
"yaml"
29
29
-
"toml"
30
30
-
"ron"
31
31
-
"editorconfig"
32
32
-
# - Misc -
33
33
-
"diff"
34
34
-
"query"
35
35
-
"markdown"
36
36
-
"markdown_inline"
37
37
-
"latex"
38
38
-
"haskell"
39
39
-
];
40
7
highlight = {
41
8
enable = true;
42
9
# additional_vim_regex_highlighting = true;