some formatting

This commit is contained in:
gwg313 2024-12-02 18:12:36 -05:00
parent c91faa5aaf
commit 57c3bb3e61
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
21 changed files with 472 additions and 360 deletions

View file

@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
programs.nixvim = {
plugins.noice = {
enable = true;
@ -51,7 +52,7 @@
pattern = "^:%s*he?l?p?%s+";
icon = "󰋖";
};
input = {};
input = { };
};
};
@ -105,9 +106,9 @@
local servers = { 'jdtls' }
for index, value in ipairs(servers) do
if value == client then
return true
end
if value == client then
return true
end
end
end
'';