mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
flake: update to nvim v0.11
This commit is contained in:
parent
84d76c1b08
commit
b24264a78b
4 changed files with 3 additions and 27 deletions
|
|
@ -105,7 +105,6 @@ cmp.setup {
|
|||
-- The insertion order influences the priority of the sources
|
||||
{ name = 'nvim_lsp', keyword_length = 3 },
|
||||
{ name = 'nvim_lsp_signature_help', keyword_length = 3 },
|
||||
{ name = 'copilot' },
|
||||
{ name = 'buffer' },
|
||||
{ name = 'path' },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
-- Copilot related plugins setup
|
||||
-- require('CopilotChat').setup {
|
||||
-- debug = true,
|
||||
-- }
|
||||
|
||||
require('copilot_cmp').setup()
|
||||
|
||||
require('copilot').setup {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
-- ['java'] = true,
|
||||
['*'] = false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue