File tree Expand file tree Collapse file tree 6 files changed +391
-26
lines changed
Expand file tree Collapse file tree 6 files changed +391
-26
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "diagnostics" : {
3+ "disable" : [" redefined-local" ]
4+ }
5+ }
Original file line number Diff line number Diff line change 44 stylua lua/ --config-path=stylua.toml
55
66lint :
7- luacheck lua/ --globals vim
7+ # 4** is shadowing warnings on luacheck
8+ luacheck lua/ --globals vim --ignore 4 *
89
910test :
1011 nvim --headless --noplugin -u scripts/ minimal_init.vim -c " PlenaryBustedDirectory lua/tests/ { minimal_init = './scripts/minimal_init.vim' }"
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ local function get_default_config()
184184 [" Show Budget" ] = {
185185 command = " ledger --strict -f main.ledger budget" ,
186186 filters = {
187- [" Period " ] = {
187+ [" Another " ] = {
188188 flag = " -p" ,
189189 input = true ,
190190 },
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ function LedgerTui:setup()
2525 self .layout :setup_windows ()
2626 self .layout :setup_aucmds ()
2727 self .reports :populate_reports ()
28+ self .reports :populate_filters ()
2829end
2930
3031function LedgerTui :shutdown ()
You can’t perform that action at this time.
0 commit comments