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,
},
{
"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
vim.g.copilot_tab_fallback = ""
-- The mapping is set to other key, see custom/lua/mappings
-- or run <leader>ch to see copilot mapping section
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
-- vim.g.copilot_tab_fallback = ""
-- -- 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",

Loading…
Cancel
Save