minor changes to lspkind

This commit is contained in:
siduck76 2021-04-06 10:50:23 +05:30
parent 4d4622d2a0
commit 58443f6d97
1 changed files with 5 additions and 1 deletions

View File

@ -79,9 +79,13 @@ cmd "hi DiffChange guifg =#3A3E44 guibg = none"
cmd "hi DiffModified guifg = #81A1C1 guibg = none"
require("nvim-autopairs").setup()
require("lspkind").init(
{
File = ""
with_text = true,
symbol_map = {
Folder = ""
}
}
)