feat: firenvim basic config
This commit is contained in:
7
lua/plugins/firenvim.lua
Normal file
7
lua/plugins/firenvim.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return { {
|
||||
'glacambre/firenvim',
|
||||
lazy = not vim.g.started_by_firenvim,
|
||||
build = function()
|
||||
vim.fn['firenvim#install'](0);
|
||||
end,
|
||||
} }
|
||||
Reference in New Issue
Block a user