From dc17ab2fb051efceafddc3b97ebe9f67c775e9b7 Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 22 Jan 2025 00:44:19 +0000 Subject: split plugins into separate files and other changes --- lua/plugins/vim-ledger.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/vim-ledger.lua (limited to 'lua/plugins/vim-ledger.lua') diff --git a/lua/plugins/vim-ledger.lua b/lua/plugins/vim-ledger.lua new file mode 100644 index 0000000..b90d293 --- /dev/null +++ b/lua/plugins/vim-ledger.lua @@ -0,0 +1,9 @@ +return { + { + "ledger/vim-ledger", + ft = "ledger", + init = function() + vim.g.ledger_fuzzy_account_completion = 1 + end, + }, +} -- cgit v1.2.3