Merge remote-tracking branch 'origin/master' into my-vim-files
This commit is contained in:
commit
61955714b3
4
init.lua
4
init.lua
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user