summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-18 02:12:27 -0400
committerChris <[email protected]>2021-03-18 02:12:27 -0400
commit9d03ba32ad62c191693d8bd6b5b46b19f9d3d67b (patch)
tree81a2791db00fd2a55290b473e1589cdd76025051 /lua/plugins.lua
parentedabd423591ed9b92776484cae328000e627ba99 (diff)
remove far
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua15
1 files changed, 7 insertions, 8 deletions
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)