Remove mason, cmp luasnip and lsp related stuff, added blink and nvim/lspconfig

This commit is contained in:
Pablu
2025-11-12 14:25:01 +01:00
parent 7c0f9e6cca
commit d225638e1f
9 changed files with 43 additions and 146 deletions

View File

@@ -14,6 +14,7 @@ vim.opt.rtp:prepend(lazypath)
require("vim-options")
require("lazy").setup("plugins")
-- Panes
vim.cmd.set("splitright")
vim.keymap.set("n", "<leader>/", function()
@@ -63,7 +64,3 @@ vim.keymap.set("n", "K", vim.lsp.buf.hover, {})
vim.keymap.set("n", "gd", vim.lsp.buf.definition, {})
vim.keymap.set({ "n", "v" }, "<leader>ca", vim.lsp.buf.code_action, {})
vim.keymap.set("n", "<leader>cr", vim.lsp.buf.rename, {})
vim.keymap.set("n", "K", vim.lsp.buf.hover, {})
vim.keymap.set("n", "gd", vim.lsp.buf.definition, {})
vim.keymap.set({ "n", "v" }, "<leader>ca", vim.lsp.buf.code_action, {})
vim.keymap.set("n", "<leader>cr", vim.lsp.buf.rename, {})