mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
15 lines
275 B
Nix
15 lines
275 B
Nix
{
|
|
plugins = {
|
|
treesitter = {
|
|
enable = true;
|
|
settings = {
|
|
highlight.enable = true;
|
|
incremental_selection.enable = true;
|
|
indent.enable = true;
|
|
};
|
|
nixvimInjections = true;
|
|
};
|
|
treesitter-context.enable = true;
|
|
};
|
|
}
|