vim-settings/neovim/lua
ViViDboarder 46baaf7c1e feat(neovim): add GitHub Copilot and CopilotChat plugins
This commit introduces two new plugins to the Neovim configuration:
GitHub Copilot and CopilotChat. The GitHub Copilot plugin is added
directly, while the CopilotChat plugin is added with a custom setup
function. The setup function configures key mappings and prompts for
the CopilotChat plugin. Additionally, a new global variable
`install_copilot` is introduced to control the installation of these
plugins.
2024-05-30 09:00:45 -07:00
..
plugins feat(neovim): add GitHub Copilot and CopilotChat plugins 2024-05-30 09:00:45 -07:00
_bindings.lua Now using v0.7+ API functions in many places 2023-06-09 12:30:30 -07:00
_colors.lua Make wombat_lush default neovim theme 2023-06-13 17:27:23 -07:00
_settings.lua Add some local overridable config variables 2024-05-30 09:00:45 -07:00
init.lua Drop support for nvim 0.5 2023-06-13 16:47:03 -07:00
place_init.lua Run stylua on everything 2021-12-15 09:37:51 -08:00
plugins.lua feat(neovim): add GitHub Copilot and CopilotChat plugins 2024-05-30 09:00:45 -07:00
utils.lua Now using v0.7+ API functions in many places 2023-06-09 12:30:30 -07:00
variables.lua feat(neovim): add GitHub Copilot and CopilotChat plugins 2024-05-30 09:00:45 -07:00