add git plugins
This commit is contained in:
parent
8b0b978624
commit
b6ba8c1e32
2 changed files with 5 additions and 40 deletions
3
init.lua
3
init.lua
|
|
@ -221,6 +221,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
|
||||
-- Git related plugins
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue