blob: a380d34db2516e9d352406db7536926e929f6b01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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,
--},
}
|