File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,9 @@ vim.opt.rtp:prepend(lazypath)
218
218
-- :Lazy update
219
219
--
220
220
-- NOTE: Here is where you install your plugins.
221
- require (' lazy' ).setup ({
221
+ require (' lazy' ).setup {
222
+
223
+ -- [[ Plugin Specs list ]]
222
224
223
225
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
224
226
' tpope/vim-sleuth' , -- Detect tabstop and shiftwidth automatically
@@ -808,7 +810,7 @@ require('lazy').setup({
808
810
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
809
811
-- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
810
812
-- { import = 'custom.plugins' },
811
- }, {})
813
+ }
812
814
813
815
-- The line beneath this is called `modeline`. See `:help modeline`
814
816
-- vim: ts=2 sts=2 sw=2 et
You can’t perform that action at this time.
0 commit comments