mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-23 12:04:34 +02:00
enc: add colorfull cmp, add new simple icon, enhance odeium config
This commit is contained in:
parent
be2518be72
commit
6d87fbb90a
5 changed files with 93 additions and 17 deletions
|
@ -52,7 +52,8 @@ return {
|
|||
Color = " ",
|
||||
Control = " ",
|
||||
Collapsed = " > ",
|
||||
Constant = " ",
|
||||
-- Constant = " ",
|
||||
Constant = " ",
|
||||
Constructor = " ",
|
||||
Copilot = " ",
|
||||
Enum = " ",
|
||||
|
@ -68,7 +69,8 @@ return {
|
|||
-- Keyword = " ",
|
||||
Keyword = " ",
|
||||
Method = " ",
|
||||
Module = " ",
|
||||
-- Module = " ",
|
||||
Module = " ",
|
||||
Namespace = " ",
|
||||
Null = " ",
|
||||
Number = " ",
|
||||
|
@ -78,12 +80,14 @@ return {
|
|||
Property = " ",
|
||||
Reference = " ",
|
||||
-- Snippet = " ",
|
||||
Snippet = " ",
|
||||
-- Snippet = " ",
|
||||
Snippet = " ",
|
||||
String = " ",
|
||||
Struct = " ",
|
||||
TabNine = " ",
|
||||
-- Text = " ",
|
||||
Text = " ",
|
||||
-- Text = " ",
|
||||
Text = " ",
|
||||
TypeParameter = " ",
|
||||
Unit = " ",
|
||||
Value = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue