mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-04 19:43:31 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
31
plugins/lspkind.lua
Normal file
31
plugins/lspkind.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
return function(config)
|
||||
config.preset = "codicons"
|
||||
config.symbol_map = {
|
||||
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 = " ",
|
||||
}
|
||||
return config
|
||||
end
|
||||
Reference in New Issue
Block a user