Add tpope plugins with default config
This commit is contained in:
parent
482e301aba
commit
8a11022330
3
init.lua
3
init.lua
|
@ -235,6 +235,9 @@ vim.opt.rtp:prepend(lazypath)
|
|||
require('lazy').setup({
|
||||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
||||
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-rails', -- Rails integration
|
||||
'tpope/vim-fugitive', -- Support for :Git command
|
||||
'tpope/vim-surround', -- Support for :Git command
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
|
|
Loading…
Reference in New Issue