feat: enable csvview

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-24 08:57:05 +02:00
parent 60a3b20af1
commit 7ddac6c8f0
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,7 @@ _: {
./plugins/snippets/luasnip.nix
# Editor plugins and configurations
./plugins/editor/csvview.nix
./plugins/editor/neo-tree.nix
./plugins/editor/treesitter.nix
./plugins/editor/undotree.nix

View file

@ -0,0 +1,7 @@
{
plugins = {
csvview = {
enable = true;
};
};
}