mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Nvim: add fugitive
This commit is contained in:
parent
709cb2418f
commit
003c6f13c0
@ -37,6 +37,9 @@ require('packer').startup(function()
|
||||
requires = 'kyazdani42/nvim-web-devicons'
|
||||
}
|
||||
|
||||
-- Git commands
|
||||
use 'tpope/vim-fugitive'
|
||||
|
||||
-- Indent characters
|
||||
--use "lukas-reineke/indent-blankline.nvim"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user