mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 06:38:34 +02:00
novos ajustes
This commit is contained in:
parent
0334acd6e4
commit
63fc6b84b4
7 changed files with 112 additions and 42 deletions
11
lua/custom/plugins/copilot.lua
Normal file
11
lua/custom/plugins/copilot.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
-- {
|
||||
-- 'CopilotC-Nvim/CopilotChat.nvim',
|
||||
-- dependencies = {
|
||||
-- { 'zbirenbaum/copilot.lua' }, -- or zbirenbaum/copilot.lua
|
||||
-- { 'nvim-lua/plenary.nvim', branch = 'master' }, -- for curl, log and async functions
|
||||
-- },
|
||||
-- build = 'make tiktoken', -- Only on MacOS or Linux
|
||||
-- opts = {},
|
||||
-- },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue