return { { "ledger/vim-ledger", ft = { "ldg", "ledger", "journal" }, }, -- TODO --{ --"hrsh7th/nvim-cmp", --opts = function(_, opts) --if type(opts) == "table" then --opts.sources = opts.sources or {} --vim.list_extend(opts.sources, { name = "ledger" }) --end --end, --}, }