flake.lock: update

This commit is contained in:
2026-05-17 14:20:33 +02:00
parent 3296385ac4
commit f992b47a95
3 changed files with 12 additions and 24 deletions
-1
View File
@@ -9,7 +9,6 @@
./lualine.nix
./snacks.nix
./telescope.nix
./treesitter.nix
./vimwiki.nix
];
-11
View File
@@ -1,11 +0,0 @@
{ ... }:
{
plugins.treesitter = {
enable = true;
settings = {
highlight = {
enable = true;
};
};
};
}