diff options
Diffstat (limited to 'dot-config/nvim-old/lua/plugins/hledger.lua')
| -rw-r--r-- | dot-config/nvim-old/lua/plugins/hledger.lua | 18 |
1 files changed, 0 insertions, 18 deletions
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" }, - }, - }, - }, -} |
