Neovim: add firenvim
This commit is contained in:
parent
bb12b93d09
commit
32a7755325
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ require('packer').startup(function()
|
||||||
rtp = 'contrib/vim/redact_pass.vim'
|
rtp = 'contrib/vim/redact_pass.vim'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Neovim inside Firefox
|
||||||
|
use {
|
||||||
|
'glacambre/firenvim',
|
||||||
|
run = function() vim.fn['firenvim#install'](0) end
|
||||||
|
}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Install plugins if packer was not installed
|
-- Install plugins if packer was not installed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue