mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
We didn't need Copilot after all :)
This commit is contained in:
3
init.lua
3
init.lua
@@ -630,9 +630,6 @@ vim.wo.relativenumber = true
|
|||||||
-- set termguicolors to enable highlight groups
|
-- set termguicolors to enable highlight groups
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
vim.g.copilot_no_tab_map = true
|
|
||||||
vim.api.nvim_set_keymap("i", "<C-Enter", 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
|
||||||
|
|
||||||
|
|
||||||
-- Move lines up / down
|
-- Move lines up / down
|
||||||
vim.api.nvim_set_keymap('n', '<S-Up>', ':m-2<CR>', { noremap = true, silent = true })
|
vim.api.nvim_set_keymap('n', '<S-Up>', ':m-2<CR>', { noremap = true, silent = true })
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
return {
|
|
||||||
"github/copilot.vim",
|
|
||||||
config = function()
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user