adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
astronvim.lspkind = astronvim.user_plugin_opts("plugins.lspkind", {
|
||||
mode = "symbol",
|
||||
symbol_map = {
|
||||
NONE = "",
|
||||
Array = "",
|
||||
Boolean = "⊨",
|
||||
Class = "",
|
||||
Constructor = "",
|
||||
Key = "",
|
||||
Namespace = "",
|
||||
Null = "NULL",
|
||||
Number = "#",
|
||||
Object = "⦿",
|
||||
Package = "",
|
||||
Property = "",
|
||||
Reference = "",
|
||||
Snippet = "",
|
||||
String = "𝓐",
|
||||
TypeParameter = "",
|
||||
Unit = "",
|
||||
},
|
||||
})
|
||||
require("lspkind").init(astronvim.lspkind)
|
||||
Reference in New Issue
Block a user