feat: change neovim's LSP icons

This commit is contained in:
David JULIEN 2021-09-25 17:34:20 +02:00
parent b350920ca4
commit 9a89111c5a
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ M = {
lsp_path = vim.fn.stdpath("data").. "/lsp",
-- misc
sign_error = "",
sign_warning = "",
sign_hint = "",
sign_info = "",
sign_error = "",
sign_warning = "",
sign_hint = "",
sign_info = "",
}
-- Make it accessible everywhere