remove far

This commit is contained in:
Chris 2021-03-18 02:12:27 -04:00
parent edabd42359
commit 9d03ba32ad
2 changed files with 7 additions and 74 deletions

View file

@ -98,23 +98,22 @@ return require('packer').startup(function(use)
use 'turbio/bracey.vim'
use 'AndrewRadev/tagalong.vim'
use 'alvan/vim-closetag'
use {
'glacambre/firenvim',
run = function()
vim.fn['firenvim#install'](1)
end
}
use 'liuchengxu/vim-which-key'
use 'voldikss/vim-floaterm'
use 'liuchengxu/vista.vim'
use 'terrortylor/nvim-comment'
use 'bfredl/nvim-miniyank'
use 'brooth/far.vim'
use 'junegunn/goyo.vim'
use 'andymass/vim-matchup'
use 'tpope/vim-sleuth'
use 'phaazon/hop.nvim'
use 'gennaro-tedesco/nvim-jqx'
-- use 'RRethy/vim-illuminate'
-- use 'b3nj5m1n/kommentary'
-- use 'tpope/vim-sleuth'
-- use {
-- 'glacambre/firenvim',
-- run = function()
-- vim.fn['firenvim#install'](1)
-- end
-- }
end)