feat: change neovim's LSP icons
This commit is contained in:
parent
b350920ca4
commit
9a89111c5a
@ -9,10 +9,10 @@ M = {
|
|||||||
lsp_path = vim.fn.stdpath("data").. "/lsp",
|
lsp_path = vim.fn.stdpath("data").. "/lsp",
|
||||||
|
|
||||||
-- misc
|
-- misc
|
||||||
sign_error = "",
|
sign_error = "",
|
||||||
sign_warning = "",
|
sign_warning = "",
|
||||||
sign_hint = "",
|
sign_hint = "",
|
||||||
sign_info = "",
|
sign_info = "",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Make it accessible everywhere
|
-- Make it accessible everywhere
|
||||||
|
Reference in New Issue
Block a user