copilot and some things
This commit is contained in:
parent
864912a6c2
commit
c951a9cf71
|
|
@ -10,14 +10,14 @@ return {
|
||||||
event = 'InsertEnter',
|
event = 'InsertEnter',
|
||||||
config = function()
|
config = function()
|
||||||
require('copilot').setup {
|
require('copilot').setup {
|
||||||
nes = {
|
-- nes = {
|
||||||
enabled = true,
|
-- enabled = true,
|
||||||
keymap = {
|
-- keymap = {
|
||||||
accept_and_goto = '<leader>p',
|
-- accept_and_goto = '<leader>p',
|
||||||
accept = false,
|
-- accept = false,
|
||||||
dismiss = '<Esc>',
|
-- dismiss = '<Esc>',
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
'm4xshen/hardtime.nvim',
|
-- 'm4xshen/hardtime.nvim',
|
||||||
lazy = false,
|
-- lazy = false,
|
||||||
dependencies = { 'MunifTanjim/nui.nvim' },
|
-- dependencies = { 'MunifTanjim/nui.nvim' },
|
||||||
opts = {},
|
-- opts = {},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue