feat(nvim): enable lsp-lines
All checks were successful
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

Pretty lines when lsp-ing
This commit is contained in:
Jalil David Salamé Messina 2024-10-05 22:37:58 +02:00
parent 78d61c2dba
commit 215b8f99e5
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -205,6 +205,7 @@ in
mode = "symbol"; mode = "symbol";
extraOptions.maxwidth = 50; extraOptions.maxwidth = 50;
}; };
lsp-lines.enable = true;
lualine = { lualine = {
enable = true; enable = true;
settings.options.theme = lib.mkForce "gruvbox"; settings.options.theme = lib.mkForce "gruvbox";