|
|
|
@ -220,7 +220,9 @@ vim.opt.rtp:prepend(lazypath)
|
|
|
|
|
-- :Lazy update
|
|
|
|
|
--
|
|
|
|
|
-- NOTE: Here is where you install your plugins.
|
|
|
|
|
require('lazy').setup({
|
|
|
|
|
require('lazy').setup {
|
|
|
|
|
|
|
|
|
|
-- [[ Plugin Specs list ]]
|
|
|
|
|
|
|
|
|
|
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
|
|
|
|
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
|
|
|
|