fix: setup copilot, fix feline lazy config
This commit is contained in:
parent
cb9ea43ce1
commit
0e3f8240b2
2 changed files with 7 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue