From 77fa5d6ee258c50991d4c641f561cc739251a517 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 17 Feb 2024 13:03:54 -0600 Subject: chore(nvim): remove unused plugin, firenvim --- nvim/.config/nvim/lua/plugins/firenvim.lua | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 nvim/.config/nvim/lua/plugins/firenvim.lua (limited to 'nvim/.config') diff --git a/nvim/.config/nvim/lua/plugins/firenvim.lua b/nvim/.config/nvim/lua/plugins/firenvim.lua deleted file mode 100644 index eaeaecd..0000000 --- a/nvim/.config/nvim/lua/plugins/firenvim.lua +++ /dev/null @@ -1,30 +0,0 @@ ----@type LazyPluginSpec -local M = { - "glacambre/firenvim", - lazy = false, - cond = not not vim.g.started_by_firenvim, - opts = { - localSettings = { - [".*"] = { - selector = [[ textarea:not([readonly]):not([class="handsontableInput"]), div[role="textbox"] ]], - takeover = "never", - cmdline = "firenvim", - }, - }, - }, -} - -function M:build() - require("lazy").load({ - plugins = self, - wait = true, - }) - - vim.fn["firenvim#install"](0) -end - -function M:config(opts) - vim.g.firenvim_config = opts -end - -return M -- cgit v1.2.3-70-g09d2