mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 14:26:30 +00:00
46baaf7c1e
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.
3 lines
64 B
Lua
3 lines
64 B
Lua
vim.g.install_copilot = false
|
|
vim.g.install_sourcegraph = false
|