From 81db33274b3119089873487a04a9ee00b1c4ea4f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 15 Jun 2022 04:48:37 +0200 Subject: vim: drop lspkind, vendor in symbol mapping --- .vim/lua/lsp.lua | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to '.vim/lua/lsp.lua') diff --git a/.vim/lua/lsp.lua b/.vim/lua/lsp.lua index 530a49e..84ba548 100644 --- a/.vim/lua/lsp.lua +++ b/.vim/lua/lsp.lua @@ -260,6 +260,43 @@ local format = function(afile) end end +local symbols = { + -- 󰆼 󱆃 + Array = '󰨾 ', + Boolean = '󰦍 ', + Class = '󰙀 ', + Color = '󰉦 ', + Constant = ' ', + Constructor = '󱇿 ', + Enum = ' ', + EnumMember = ' ', + Event = '󱐋 ', + -- Field = '󰽜 ', + Field = '󰆈 ', + File = '󰈔 ', + Folder = '󰝰 ', + Function = ' ', + Interface = '󱦜 ', + Key = '󰌋 ', + Keyword = '󰓽 ', + Method = '󰒓 ', + Module = '󰏖 ', + Namespace = '󰆧 ', + Null = '󰎣 ', + Object = '󰘦 ', + Operator = '󱓉 ', + Property = '󰐱 ', + Package = '󰏗 ', + Reference = '󰌹 ', + Snippet = '󰯁 ', + Struct = '󰙅 ', + Text = '󰉿 ', + TypeParameter = '󰌨 ', + Unit = '󰠱 ', + Value = '󰎠 ', + Variable = '󱄑 ', +} + return { my_attach = my_attach, my_exit = my_exit, -- cgit 1.4.1