This commit is contained in:
Yaser Alraddadi 2024-10-15 07:17:04 +03:00
parent 38e7c2edd7
commit f47d0854d8
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90
1 changed files with 3 additions and 0 deletions

View File

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