pull/1464/head
Yaser Alraddadi 10 months ago
parent 38e7c2edd7
commit f47d0854d8
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90

@ -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)
-- hide diagnostic
vim.diagnostic.config { virtual_text = false }
-- Enable number in netrw
vim.g.netrw_bufsettings = 'noma nomod nu rnu nobl nowrap ro'

Loading…
Cancel
Save