Add copilot support
This commit is contained in:
@@ -33,6 +33,15 @@ return {
|
||||
"tpope/vim-fugitive",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"github/copilot.vim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.copilot_no_tab_map = true;
|
||||
vim.g.copilot_assume_mapped = true;
|
||||
vim.g.copilot_tab_fallback = "";
|
||||
end
|
||||
},
|
||||
-- These are some examples, uncomment them if you want to see them work!
|
||||
-- {
|
||||
-- "neovim/nvim-lspconfig",
|
||||
|
Reference in New Issue
Block a user