Skip to content

Commit

Permalink
fix(vscode-icons): make lspkind optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 5, 2024
1 parent 524acd9 commit bc38755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/recipes/vscode-icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ return {
},
{
"onsails/lspkind.nvim",
optional = true,
opts = function(_, opts)
-- use codicons preset
opts.preset = "codicons"
Expand Down

0 comments on commit bc38755

Please sign in to comment.