v1.6
This commit is contained in:
parent
3b7eee30c6
commit
59c79a8aa8
7 changed files with 150 additions and 187 deletions
|
|
@ -135,5 +135,57 @@ return {
|
|||
end,
|
||||
config = true,
|
||||
},
|
||||
{ 'github/copilot.vim' },
|
||||
-- {
|
||||
-- 'zbirenbaum/copilot.lua',
|
||||
-- cmd = 'Copilot',
|
||||
-- event = 'InsertEnter',
|
||||
-- config = function()
|
||||
-- require('copilot').setup {
|
||||
-- panel = {
|
||||
-- enabled = true,
|
||||
-- auto_refresh = false,
|
||||
-- keymap = {
|
||||
-- jump_prev = '[[',
|
||||
-- jump_next = ']]',
|
||||
-- accept = '<CR>',
|
||||
-- refresh = 'gr',
|
||||
-- open = '<M-CR>',
|
||||
-- },
|
||||
-- layout = {
|
||||
-- position = 'bottom', -- | top | left | right
|
||||
-- ratio = 0.4,
|
||||
-- },
|
||||
-- },
|
||||
-- suggestion = {
|
||||
-- enabled = true,
|
||||
-- auto_trigger = true,
|
||||
-- hide_during_completion = true,
|
||||
-- debounce = 75,
|
||||
-- keymap = {
|
||||
-- accept = '<M-l>',
|
||||
-- accept_word = false,
|
||||
-- accept_line = false,
|
||||
-- next = '<M-]>',
|
||||
-- prev = '<M-[>',
|
||||
-- dismiss = '<C-]>',
|
||||
-- },
|
||||
-- },
|
||||
-- filetypes = {
|
||||
-- yaml = false,
|
||||
-- markdown = false,
|
||||
-- help = false,
|
||||
-- gitcommit = false,
|
||||
-- gitrebase = false,
|
||||
-- hgcommit = false,
|
||||
-- svn = false,
|
||||
-- cvs = false,
|
||||
-- ['.'] = false,
|
||||
-- },
|
||||
-- copilot_node_command = 'node', -- Node.js version must be > 18.x
|
||||
-- server_opts_overrides = {},
|
||||
-- }
|
||||
-- end,
|
||||
-- },
|
||||
{ 'norcalli/nvim-colorizer.lua' },
|
||||
{ 'wsdjeg/vim-chat' },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue