This commit is contained in:
Roel de Cort 2024-05-16 00:49:44 +02:00
parent c48d110af2
commit 397937b59d
2 changed files with 24 additions and 24 deletions

View file

@ -61,30 +61,30 @@
luasnip = require("luasnip")
kind_icons = {
Text = "󰊄",
Method = "",
Function = "󰡱",
Constructor = "",
Field = "",
Variable = "󱀍",
Class = "",
Interface = "",
Module = "󰕳",
Property = "",
Unit = "",
Value = "",
Enum = "",
Keyword = "",
Snippet = "",
Color = "",
Method = " ",
Function = "󰡱 ",
Constructor = " ",
Field = " ",
Variable = "󱀍 ",
Class = " ",
Interface = " ",
Module = "󰕳 ",
Property = " ",
Unit = " ",
Value = " ",
Enum = " ",
Keyword = " ",
Snippet = " ",
Color = " ",
File = "",
Reference = "",
Folder = "",
EnumMember = "",
Constant = "",
Struct = "",
Event = "",
Operator = "",
TypeParameter = "",
Reference = " ",
Folder = " ",
EnumMember = " ",
Constant = " ",
Struct = " ",
Event = " ",
Operator = " ",
TypeParameter = " ",
}
local cmp = require'cmp'

View file

@ -2,7 +2,7 @@
plugins.lspkind = {
enable = true;
symbolMap = {
Copilot = "";
Copilot = " ";
};
extraOptions = {
maxwidth = 50;