retarded stuff

master
Elias Almqvist 2 weeks ago
parent 700bdda574
commit 2be2cd7164
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