Neovim: add firenvim

This commit is contained in:
Marko Korhonen 2021-11-20 12:13:39 +02:00
parent b33ee4cfe7
commit 43ecd19408

View file

@ -95,6 +95,12 @@ require('packer').startup(function()
rtp = 'contrib/vim/redact_pass.vim'
}
-- Neovim inside Firefox
use {
'glacambre/firenvim',
run = function() vim.fn['firenvim#install'](0) end
}
end)
-- Install plugins if packer was not installed