From 5dc89fe9789701abbe4a73c2998d397a6d7d964c Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 7 Nov 2025 23:42:52 -0800 Subject: replace lazyvim with custom config --- dot-config/nvim-old/lua/plugins/hledger.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create 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 new file mode 100644 index 0000000..240d0a6 --- /dev/null +++ b/dot-config/nvim-old/lua/plugins/hledger.lua @@ -0,0 +1,18 @@ +-- 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