Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 16, 2024
1 parent 16eeb41 commit 3288970
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/dotvim/pkgs/lsp/plugins/lspkind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
return {
"onsails/lspkind.nvim",
lazy = true,
opts = {
symbol_map = {
TypeParameter = "",
},
},
config = function(_, opts)
require("lspkind").init(opts)
end,
dependencies = {
{
"nvim-cmp",
Expand Down

0 comments on commit 3288970

Please sign in to comment.