Skip to content

Commit 21c4cd2

Browse files
committed
remove firenvim
1 parent 1da93c5 commit 21c4cd2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

init.lua

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ require('lazy').setup({
9595
'folke/neodev.nvim',
9696
},
9797
},
98-
{
99-
'glacambre/firenvim',
100-
101-
-- Lazy load firenvim
102-
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
103-
lazy = not vim.g.started_by_firenvim,
104-
build = function()
105-
vim.fn["firenvim#install"](0)
106-
end
107-
},
108-
10998

11099
{
111100
-- Autocompletion

0 commit comments

Comments
 (0)