added code folding via ufo plugin. enabled usage of *.lua files through the init.lua file.

This commit is contained in:
lobneroO 2023-12-12 15:47:45 +01:00
parent 39ae0829ac
commit 8baa1144ab
2 changed files with 28 additions and 1 deletions

View file

@ -229,7 +229,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' },
}, {})
-- [[ Setting options ]]