Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e39381c

Browse files
authoredSep 9, 2024··
Merge branch 'master' into cleanup
2 parents e38b1e9 + 6558bc0 commit e39381c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lua/config-plugins/nvim-lspconfig.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local signs = { Error = "", Warn = "", Hint = "", Info = "" }
1+
local signs = { Error = "", Warn = "", Hint = "💡", Info = "" }
22
for type, icon in pairs(signs) do
33
local hl = "DiagnosticSign" .. type
44
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl })

0 commit comments

Comments
 (0)
Please sign in to comment.