feat: add telescope buffers, grep & diagnostics

This commit is contained in:
2025-05-30 00:19:05 -07:00
parent add099c61c
commit 586b458cfe
2 changed files with 4 additions and 3 deletions

View File

@@ -62,6 +62,8 @@ return {
capabilities = capabilities,
})
vim.keymap.set("n", "gtd", vim.lsp.buf.definition)
vim.keymap.set("n", "ev", vim.diagnostic.show)
vim.diagnostic.config({ virtual_text = true })
cmp.setup.cmdline({ "/", "?" }, {
mapping = cmp.mapping.preset.cmdline(),
sources = {