decrease space between cmp symbols
This commit is contained in:
parent
7a61c5ef16
commit
eaaf6db7ad
1 changed files with 25 additions and 25 deletions
|
@ -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({
|
||||||
|
|
Reference in a new issue