basic structure, colorschemes and astrocore

This commit is contained in:
Prunebutt 2025-11-21 13:28:35 +01:00
commit dc02604cdf
10 changed files with 390 additions and 0 deletions

5
plugins/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./treesitter.nix
];
}