Compare commits

..

No commits in common. '643c896f2d1c8df7dfb667adac631d5f2795d959' and '966f4fdc0b7bb331f30bdd90c796711c187d0f26' have entirely different histories.

@ -1,6 +1,5 @@
{
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
"copilot.vim": { "branch": "release", "commit": "87038123804796ca7af20d1b71c3428d858a9124" },
"lazy.nvim": { "branch": "main", "commit": "56ead98e05bb37a4ec28930a54d836d033cf00f2" },
"nvim-cmp": { "branch": "main", "commit": "ed31156aa2cc14e3bc066c59357cc91536a2bc01" },
"nvim-lspconfig": { "branch": "master", "commit": "e869c7e6af0a3c40a2b344a9765779d74dd12720" },

@ -1,11 +0,0 @@
return {
{
"github/copilot.vim",
config = function()
vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true
vim.keymap.set("i", "<C-j>", "copilot#Accept('<CR>')", {noremap = true, silent = true, expr=true, replace_keycodes = false })
end
},
}

@ -1,5 +1,4 @@
return {
{
'nvim-treesitter/nvim-treesitter',
config = function()
local configs = require("nvim-treesitter.configs")
@ -8,5 +7,4 @@ return {
indent = { enable = true },
})
end,
},
}

Loading…
Cancel
Save