diff options
author | listout <listout@protonmail.com> | 2023-04-02 11:21:33 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2023-04-02 11:21:33 +0530 |
commit | 5668fccf48c9a3faef6498af50ab921a731412d7 (patch) | |
tree | 7335f13f26ce3f7b7191755d78c1f6bf55cd3a70 /lua/plugins/lsp-config.lua | |
parent | ce6af2ae41e7a59d590eed4d352c1966e134f395 (diff) |
nvim: using lualine
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'lua/plugins/lsp-config.lua')
-rw-r--r-- | lua/plugins/lsp-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/lsp-config.lua b/lua/plugins/lsp-config.lua index 32f7c53..5ba3cac 100644 --- a/lua/plugins/lsp-config.lua +++ b/lua/plugins/lsp-config.lua @@ -12,6 +12,7 @@ vim.diagnostic.config({ }, }) + local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " } for type, icon in pairs(signs) do local hl = "DiagnosticSign" .. type |