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
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:
parent
78d61c2dba
commit
215b8f99e5
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue