fixes plugins import
This commit is contained in:
parent
395b1f387c
commit
1817c38a04
2
init.lua
2
init.lua
|
@ -225,7 +225,7 @@ require('lazy').setup({
|
||||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||||
--
|
--
|
||||||
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
||||||
-- { import = 'custom.plugins' },
|
{ import = 'custom.plugins' },
|
||||||
{
|
{
|
||||||
'skywind3000/vim-quickui',
|
'skywind3000/vim-quickui',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue