basic structure, colorschemes and astrocore
This commit is contained in:
commit
dc02604cdf
10 changed files with 390 additions and 0 deletions
19
plugins/treesitter.nix
Normal file
19
plugins/treesitter.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
settings = {
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
treesitter-context = {
|
||||
enable = true;
|
||||
settings.max_lines = 2;
|
||||
};
|
||||
};
|
||||
|
||||
# rainbow-delimiters.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue