fix icon
This commit is contained in:
parent
c48d110af2
commit
397937b59d
2 changed files with 24 additions and 24 deletions
|
|
@ -61,30 +61,30 @@
|
||||||
luasnip = require("luasnip")
|
luasnip = require("luasnip")
|
||||||
kind_icons = {
|
kind_icons = {
|
||||||
Text = "",
|
Text = "",
|
||||||
Method = "",
|
Method = " ",
|
||||||
Function = "",
|
Function = " ",
|
||||||
Constructor = "",
|
Constructor = " ",
|
||||||
Field = "",
|
Field = " ",
|
||||||
Variable = "",
|
Variable = " ",
|
||||||
Class = "",
|
Class = " ",
|
||||||
Interface = "",
|
Interface = " ",
|
||||||
Module = "",
|
Module = " ",
|
||||||
Property = "",
|
Property = " ",
|
||||||
Unit = "",
|
Unit = " ",
|
||||||
Value = "",
|
Value = " ",
|
||||||
Enum = "",
|
Enum = " ",
|
||||||
Keyword = "",
|
Keyword = " ",
|
||||||
Snippet = "",
|
Snippet = " ",
|
||||||
Color = "",
|
Color = " ",
|
||||||
File = "",
|
File = "",
|
||||||
Reference = "",
|
Reference = " ",
|
||||||
Folder = "",
|
Folder = " ",
|
||||||
EnumMember = "",
|
EnumMember = " ",
|
||||||
Constant = "",
|
Constant = " ",
|
||||||
Struct = "",
|
Struct = " ",
|
||||||
Event = "",
|
Event = " ",
|
||||||
Operator = "",
|
Operator = " ",
|
||||||
TypeParameter = "",
|
TypeParameter = " ",
|
||||||
}
|
}
|
||||||
|
|
||||||
local cmp = require'cmp'
|
local cmp = require'cmp'
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
plugins.lspkind = {
|
plugins.lspkind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
symbolMap = {
|
symbolMap = {
|
||||||
Copilot = "";
|
Copilot = " ";
|
||||||
};
|
};
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
maxwidth = 50;
|
maxwidth = 50;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue