Skip to content

Commit 5ae6372

Browse files
added icons and change lsp stuff
1 parent fa23f55 commit 5ae6372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/modules/lsp/settings/lsp_config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ local config = {
128128
update_in_insert = false,
129129
virtual_text = false,
130130
virtual_lines = { only_current_line = true },
131+
--INFO: Cannot use vim.fn.sign_define (deprecated)
131132
signs = {
132133
text = {
133134
[vim.diagnostic.severity.ERROR] = "",

0 commit comments

Comments
 (0)