This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/firenvim.lua
2023-11-28 13:25:56 -03:00

8 lines
136 B
Lua

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