Bug Fixed

This commit is contained in:
Siddharth Reddy Thudi 2023-04-13 04:23:26 -04:00
parent c19fe7af24
commit eb152b2087
1 changed files with 3 additions and 4 deletions

View File

@ -181,10 +181,9 @@ require('lazy').setup({
-- up-to-date with whatever is in the kickstart repo.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
--
-- An additional note is that if you only copied in the `init.lua`, you can just comment this line
-- to get rid of the warning telling you that there are not plugins in `lua/custom/plugins/`.
{ import = 'custom.plugins' },
-- To insall plugins in future, use the below line as syntax, replace custom.plugins with plugin your are
-- willing to install. As mentioned, for additional information, visit the github page mentioed above.
--{ import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]