mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
add firenvim
This commit is contained in:
8
lua/custom/plugins/firenvim.lua
Normal file
8
lua/custom/plugins/firenvim.lua
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
'glacambre/firenvim',
|
||||||
|
build = function()
|
||||||
|
require('lazy').load { plugins = 'firenvim', wait = true }
|
||||||
|
vim.fn['firenvim#install'](0)
|
||||||
|
end,
|
||||||
|
cond = not not vim.g.started_by_firenvim,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user