init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
19
config/plugins/lsp/lspkind.nix
Normal file
19
config/plugins/lsp/lspkind.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (helpers) mkRaw;
|
||||
in
|
||||
{
|
||||
# TJ
|
||||
# https://www.youtube.com/watch?v=_DnmphIwnjo
|
||||
plugins = {
|
||||
# Make cmp have icons and colors
|
||||
lspkind = {
|
||||
enable = lib.mkIf config.plugins.cmp.enable true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue