Adding fugitive plugin
This commit is contained in:
parent
4eedaf92d5
commit
4bd0d71739
2 changed files with 8 additions and 6 deletions
2
init.lua
2
init.lua
|
|
@ -163,7 +163,7 @@ rtp:prepend(lazypath)
|
|||
require('lazy').setup({
|
||||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
||||
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
|
||||
|
||||
'tpope/vim-fugitive', -- the premier Vim plugin for Git
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
-- keys can be used to configure plugin behavior/loading/etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue