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") 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'

View file

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