From 9d03ba32ad62c191693d8bd6b5b46b19f9d3d67b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Mar 2021 02:12:27 -0400 Subject: remove far --- lua/plugins.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index bb1d61e5..27fd6d93 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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) -- cgit v1.2.3