Changed <space> mappings to <leader> (they're the same)

This commit is contained in:
PowerUser64 2021-09-10 02:45:00 -07:00
parent ac9a7343c6
commit c9445081a1
2 changed files with 13 additions and 13 deletions

View file

@ -162,10 +162,6 @@ return require('packer').startup(function()
use { -- tpope: Comments
'tpope/vim-commentary'
}
-- use { -- Comments (lua)
-- "terrortylor/nvim-comment",
-- require('conveniences').nvim_comment()
-- }
use { -- tpope: git integration
'tpope/vim-fugitive'
}