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
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