add committia and none-ls

This commit is contained in:
Michael Flossmann 2024-08-22 09:55:47 +02:00
parent eb07e46c21
commit 58fd3c46c4
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;
}