mirror of
https://github.com/eRgo35/neovim.git
synced 2026-02-04 05:46:10 +01:00
feat: github copilot intergration
This commit is contained in:
@@ -18,6 +18,17 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"github/copilot.vim",
|
||||
lazy = false,
|
||||
config = function() -- Mapping tab is already used by NvChad
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.g.copilot_assume_mapped = true
|
||||
-- The mapping is set to other key, see custom/lua/mappings
|
||||
-- or run <leader>ch to see copilot mapping section
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user