mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
remove far
This commit is contained in:
parent
edabd42359
commit
9d03ba32ad
2 changed files with 7 additions and 74 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue