decrease space between cmp symbols

This commit is contained in:
Vladan Popovic 2024-04-18 14:49:55 +02:00
parent 7a61c5ef16
commit eaaf6db7ad
1 changed files with 25 additions and 25 deletions

View File

@ -6,31 +6,31 @@ utils.opt('o', 'completeopt', 'menuone,noselect')
local cmp = require('cmp') local cmp = require('cmp')
local cmp_kinds = { local cmp_kinds = {
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 = '',
} }
cmp.setup({ cmp.setup({