| 123456789101112131415161718192021222324252627 | -- commented options are defaultsrequire('lspkind').init({    with_text = false,    symbol_map = {      Text = '  ',      Method = '  ',      Function = '  ',      Constructor = '  ',      Variable = '[]',      Class = '  ',      Interface = ' 蘒',      Module = '  ',      Property = '  ',      Unit = ' 塞 ',      Value = '  ',      Enum = ' 練',      Keyword = '  ',      Snippet = '  ',      Color = '',      File = '',      Folder = ' ﱮ ',      EnumMember = '  ',      Constant = '  ',      Struct = '  '    },})
 |