From 28867b7922953e036872abc46c5cff5bf516d3fb Mon Sep 17 00:00:00 2001 From: smashblu Date: Tue, 16 Jul 2024 12:53:00 -0700 Subject: [PATCH] Added firenvim plugin --- init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.lua b/init.lua index d07c130f..8a3c351f 100644 --- a/init.lua +++ b/init.lua @@ -176,6 +176,16 @@ 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