feat: enable csvview
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
60a3b20af1
commit
7ddac6c8f0
2 changed files with 8 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ _: {
|
||||||
./plugins/snippets/luasnip.nix
|
./plugins/snippets/luasnip.nix
|
||||||
|
|
||||||
# Editor plugins and configurations
|
# Editor plugins and configurations
|
||||||
|
./plugins/editor/csvview.nix
|
||||||
./plugins/editor/neo-tree.nix
|
./plugins/editor/neo-tree.nix
|
||||||
./plugins/editor/treesitter.nix
|
./plugins/editor/treesitter.nix
|
||||||
./plugins/editor/undotree.nix
|
./plugins/editor/undotree.nix
|
||||||
|
|
|
||||||
7
config/plugins/editor/csvview.nix
Normal file
7
config/plugins/editor/csvview.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
csvview = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue