switched to blink for auto complete

This commit is contained in:
2025-05-04 17:31:26 +02:00
parent 5e6716e263
commit 9e4735ee47
6 changed files with 30 additions and 29 deletions
-4
View File
@@ -1,6 +1,2 @@
vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)
vim.keymap.set({ 'n', 'x' }, '<leader>f',
function() vim.lsp.buf.format({ async = true }) end,
{ buffer = bufnr, desc = "LSP: format buffer" }
)