copilot - probas
This commit is contained in:
parent
cfb1e076b6
commit
9e21d634a4
6
nvim/after/plugin/copilotchat.lua
Normal file
6
nvim/after/plugin/copilotchat.lua
Normal file
@ -0,0 +1,6 @@
|
||||
require("CopilotChat").setup{
|
||||
show_help = "yes",
|
||||
debug = false,
|
||||
disable_extra_info = 'no',
|
||||
language = "Spanish"
|
||||
}
|
@ -60,7 +60,8 @@ return require('packer').startup(function(use)
|
||||
}
|
||||
|
||||
use("folke/zen-mode.nvim")
|
||||
-- use("github/copilot.vim")
|
||||
use("github/copilot.vim")
|
||||
use("CopilotC-Nvim/CopilotChat.nvim")
|
||||
use("eandrju/cellular-automaton.nvim")
|
||||
-- use("laytan/cloak.nvim")
|
||||
use("terrortylor/nvim-comment")
|
||||
|
Loading…
Reference in New Issue
Block a user