Merge remote-tracking branch 'origin/master' into my-vim-files

This commit is contained in:
Peter Stuifzand 2024-02-27 21:07:02 +01:00
commit 61955714b3
No known key found for this signature in database

View File

@ -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