From 6bd0938c018b52c138d608977043467eae93fefd Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 31 Mar 2026 20:51:00 -0700 Subject: remove neovim --- dot-config/nvim-old/lua/plugins/hledger.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 dot-config/nvim-old/lua/plugins/hledger.lua (limited to 'dot-config/nvim-old/lua/plugins/hledger.lua') diff --git a/dot-config/nvim-old/lua/plugins/hledger.lua b/dot-config/nvim-old/lua/plugins/hledger.lua deleted file mode 100644 index 240d0a6..0000000 --- a/dot-config/nvim-old/lua/plugins/hledger.lua +++ /dev/null @@ -1,18 +0,0 @@ --- add language support for hledger --- based on options from https://www.lazyvim.org/extras/lang/astro - -return { - { - "nvim-treesitter/nvim-treesitter", - opts = { ensure_installed = { "ledger" } }, - }, - - { - "stevearc/conform.nvim", - opts = { - formatters_by_ft = { - ledger = { "hledger-fmt" }, - }, - }, - }, -} -- cgit v1.3