remove copilot because it's cringe

master
Elias Almqvist 1 month ago
parent cda2563277
commit 4b8c4c48d0
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 24
      nvchad/.config/nvim/lua/plugins/init.lua

@ -104,18 +104,18 @@ local plugins = {
end, end,
}, },
{ -- {
"github/copilot.vim", -- "github/copilot.vim",
lazy = false, -- lazy = false,
config = function() -- config = function()
-- Mapping tab is already used by NvChad -- -- Mapping tab is already used by NvChad
vim.g.copilot_no_tab_map = true -- vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true -- vim.g.copilot_assume_mapped = true
vim.g.copilot_tab_fallback = "" -- vim.g.copilot_tab_fallback = ""
-- The mapping is set to other key, see custom/lua/mappings -- -- The mapping is set to other key, see custom/lua/mappings
-- or run <leader>ch to see copilot mapping section -- -- or run <leader>ch to see copilot mapping section
end, -- end,
}, -- },
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",

Loading…
Cancel
Save