fixes plugins import

This commit is contained in:
aliaksandrkotau 2023-12-13 13:12:39 +01:00
parent 395b1f387c
commit 1817c38a04
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ require('lazy').setup({
-- 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
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
{
'skywind3000/vim-quickui',
}