Skip to content

Instantly share code, notes, and snippets.

View rsansores's full-sized avatar

Ricardo Sansores rsansores

  • Smart Software Factory
  • Mexico
View GitHub Profile
@rsansores
rsansores / overrides.lua
Created December 7, 2023 19:27 — forked from ianchesal/overrides.lua
copilot.lua + copilot-cmp in NvChad
-- Add the following in your custom/configs/overrides.lua file. You can configure copilot to meet your needs here.
M.copilot = {
-- Possible configurable fields can be found on:
-- https://github.com/zbirenbaum/copilot.lua#setup-and-configuration
suggestion = {
enable = false,
},
panel = {
enable = false,