Fixed lsp diagnostic warning
This commit is contained in:
@@ -42,7 +42,7 @@ local on_attach = function(client, bufnr)
|
||||
utils.map('n', '<space>r', '<cmd>Telescope lsp_references<cr>')
|
||||
utils.map('n', '<C-S-o>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
utils.map('n', '<A-m>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
utils.map('n', '<space>v', '<cmd>Telescope lsp_document_diagnostics<cr>')
|
||||
utils.map('n', '<space>v', '<cmd>Telescope diagnostics bufnr=0<cr>')
|
||||
utils.map('n', '<A-o>', ':ClangdSwitchSourceHeader<CR>', opts)
|
||||
|
||||
-- Set some keybinds conditional on server capabilities
|
||||
|
||||
Reference in New Issue
Block a user