working NixVim!

This commit is contained in:
Charlie Root 2024-05-22 14:04:58 +02:00
commit 6513d61fa3
42 changed files with 774 additions and 454 deletions

View file

@ -1,4 +1,5 @@
{
programs.nixvim = {
plugins.none-ls = {
enable = true;
enableLspFormat = true;
@ -47,4 +48,5 @@
};
}
];
};
}

View file

@ -1,5 +1,5 @@
{
plugins.trouble = {
programs.nixvim.plugins.trouble = {
enable = true;
};
}