mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
treesitter ensure installed
This commit is contained in:
@@ -22,8 +22,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
nixGrammars = true;
|
nixGrammars = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
ensure_installed = "all";
|
||||||
|
incremental_selection.enable = true;
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
|
highlight.additional_vim_regex_highlighting = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
harpoon = {
|
harpoon = {
|
||||||
@@ -43,7 +46,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# treesitter-context.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user