Skip to content

Commit

Permalink
Configs: enable lspkind in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisaacs committed Jul 28, 2023
1 parent ca96016 commit e8f778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
};
vim.lsp = {
formatOnSave = overrideable true;
lspkind.enable = overrideable false;
lspkind.enable = overrideable true;
lightbulb.enable = overrideable true;
lspsaga.enable = overrideable false;
nvimCodeActionMenu.enable = overrideable true;
Expand Down

0 comments on commit e8f778a

Please sign in to comment.