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_kinds = { | ||||
|     Text = '  ', | ||||
|     Method = '  ', | ||||
|     Function = '  ', | ||||
|     Constructor = '  ', | ||||
|     Field = '  ', | ||||
|     Variable = '  ', | ||||
|     Class = '  ', | ||||
|     Interface = '  ', | ||||
|     Module = '  ', | ||||
|     Property = '  ', | ||||
|     Unit = '  ', | ||||
|     Value = '  ', | ||||
|     Enum = '  ', | ||||
|     Keyword = '  ', | ||||
|     Snippet = '  ', | ||||
|     Color = '  ', | ||||
|     File = '  ', | ||||
|     Reference = '  ', | ||||
|     Folder = '  ', | ||||
|     EnumMember = '  ', | ||||
|     Constant = '  ', | ||||
|     Struct = '  ', | ||||
|     Event = '  ', | ||||
|     Operator = '  ', | ||||
|     TypeParameter = '  ', | ||||
|     Text = ' ', | ||||
|     Method = ' ', | ||||
|     Function = ' ', | ||||
|     Constructor = ' ', | ||||
|     Field = ' ', | ||||
|     Variable = ' ', | ||||
|     Class = ' ', | ||||
|     Interface = ' ', | ||||
|     Module = ' ', | ||||
|     Property = ' ', | ||||
|     Unit = ' ', | ||||
|     Value = ' ', | ||||
|     Enum = ' ', | ||||
|     Keyword = ' ', | ||||
|     Snippet = ' ', | ||||
|     Color = ' ', | ||||
|     File = ' ', | ||||
|     Reference = ' ', | ||||
|     Folder = ' ', | ||||
|     EnumMember = ' ', | ||||
|     Constant = ' ', | ||||
|     Struct = ' ', | ||||
|     Event = ' ', | ||||
|     Operator = ' ', | ||||
|     TypeParameter = ' ', | ||||
| } | ||||
| 
 | ||||
| cmp.setup({ | ||||
|  |  | |||
		Reference in a new issue