mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
plugin updates
This commit is contained in:
parent
fd4cc7c8e6
commit
2019cab65d
8 changed files with 113 additions and 59 deletions
15
nvim/plugin/copilot.lua
Normal file
15
nvim/plugin/copilot.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
-- Copilot related plugins setup
|
||||
require('CopilotChat').setup {
|
||||
debug = true,
|
||||
}
|
||||
|
||||
require('copilot_cmp').setup()
|
||||
|
||||
require('copilot').setup {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['*'] = false,
|
||||
},
|
||||
copilot_node_command = 'node',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue