Removed Firenvim plugin

This commit is contained in:
smashblu 2024-07-22 09:45:36 -07:00
parent 3532ed3452
commit 4f8a0df583
1 changed files with 0 additions and 10 deletions

View File

@ -176,16 +176,6 @@ require('lazy').setup({
-- require('Comment').setup({})
-- "gc" to comment visual regions/lines
{
'glacambre/firenvim',
-- Lazy load firenvim
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
lazy = not vim.g.started_by_firenvim,
build = function()
vim.fn['firenvim#install'](0)
end,
},
{ 'numToStr/Comment.nvim', opts = {} },
-- Here is a more advanced example where we pass configuration