feat: firenvim basic config

This commit is contained in:
Guz013
2023-11-28 13:25:56 -03:00
parent c9de903bbe
commit 31440a4d03
2 changed files with 8 additions and 0 deletions

7
lua/plugins/firenvim.lua Normal file
View File

@@ -0,0 +1,7 @@
return { {
'glacambre/firenvim',
lazy = not vim.g.started_by_firenvim,
build = function()
vim.fn['firenvim#install'](0);
end,
} }