This website requires JavaScript.
Explore
Help
Sign In
vividboarder
/
vim-settings
Watch
1
Star
0
Fork
0
You've already forked vim-settings
mirror of
https://github.com/ViViDboarder/vim-settings.git
synced
2024-11-01 16:16:29 +00:00
Code
Issues
Releases
Wiki
Activity
d586021831
vim-settings
/
neovim
/
lua
/
variables.lua
3 lines
64 B
Lua
Raw
Normal View
History
Unescape
Escape
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-29 19:08:16 +00:00
vim.g
.
install_copilot
=
false
Add some local overridable config variables This allows me to only install and use SG and Copilot at work
2024-05-29 19:04:26 +00:00
vim.g
.
install_sourcegraph
=
false
Reference in New Issue
Copy Permalink