mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 09:14:40 +02:00
feat: first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
highlight = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user