File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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)
218218-- :Lazy update
219219--
220220-- NOTE: Here is where you install your plugins.
221- require (' lazy' ).setup ({
221+ require (' lazy' ).setup {
222+
223+ -- [[ Plugin Specs list ]]
222224
223225 -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
224226 ' tpope/vim-sleuth' , -- Detect tabstop and shiftwidth automatically
@@ -808,7 +810,7 @@ require('lazy').setup({
808810 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
809811 -- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
810812 -- { import = 'custom.plugins' },
811- }, {})
813+ }
812814
813815-- The line beneath this is called `modeline`. See `:help modeline`
814816-- vim: ts=2 sts=2 sw=2 et
You can’t perform that action at this time.
0 commit comments