This commit is contained in:
Yaser Alraddadi 2024-10-15 07:23:16 +03:00
parent f47d0854d8
commit 88369e7cd1
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
2 changed files with 12 additions and 1 deletions

View file

@ -251,7 +251,7 @@ vim.lsp.handlers['textDocument/signatureHelp'] = vim.lsp.with(vim.lsp.handlers['
vim.keymap.set('i', '<C-k>', vim.lsp.buf.signature_help)
-- hide diagnostic
vim.diagnostic.config { virtual_text = false }
-- vim.diagnostic.config { virtual_text = false }
-- Enable number in netrw
vim.g.netrw_bufsettings = 'noma nomod nu rnu nobl nowrap ro'