add committia and none-ls

This commit is contained in:
Michael Flossmann 2024-08-22 09:55:47 +02:00 committed by prunebutt
parent 7e67b345e9
commit 6c588d3e01
2 changed files with 8 additions and 0 deletions

4
plugins/committia.nix Normal file
View file

@ -0,0 +1,4 @@
_:
{
opts.enable = true;
}

4
plugins/none-ls.nix Normal file
View file

@ -0,0 +1,4 @@
_:
{
opts.enable = true;
}