This commit is contained in:
adamdobos-seon
2026-05-23 20:53:03 +02:00
parent c68670809d
commit 39f422c132
3 changed files with 175 additions and 79 deletions

View File

@@ -30,3 +30,17 @@ vim.keymap.set("v", "K", ":m '<-2<CR>gv=gv")
-- Format
vim.keymap.set('n', '<space>f', function() vim.lsp.buf.format { async = true } end, bufopts)
-- Copilot
--vim.keymap.set('i', '<C-k>', 'copilot#Accept("\\<CR>")', {
-- expr = true,
-- replace_keycodes = false
--})
--vim.g.copilot_no_tab_map = true
-- vim.g.codeium_disable_bindings = 1
-- Windsurf
-- vim.keymap.set('i', '<C-k>', 'codeium#Accept()', {
-- expr = true,
-- silent = true
-- })