fix: setup copilot, fix feline lazy config
This commit is contained in:
parent
cb9ea43ce1
commit
0e3f8240b2
|
@ -23,5 +23,6 @@ return {
|
|||
-- vim.g.copilot_no_tab_map = true
|
||||
vim.g.copilot_assume_mapped = true
|
||||
vim.keymap.set('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
||||
require('copilot').setup()
|
||||
end,
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
'feline-nvim/feline.nvim',
|
||||
requires = { 'kyazdani42/nvim-web-devicons', opt = true },
|
||||
config = function()
|
||||
require('feline').setup()
|
||||
end
|
||||
}
|
||||
'feline-nvim/feline.nvim',
|
||||
dependencies = { 'kyazdani42/nvim-web-devicons', opt = true },
|
||||
config = function()
|
||||
require('feline').setup()
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue