Skip to content

Commit 3ef38f0

Browse files
committed
Initialize beancount lsp server
1 parent b1d3155 commit 3ef38f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,12 @@ require('lazy').setup({
698698
},
699699
},
700700
},
701+
702+
beancount = {
703+
init_options = {
704+
journal_file = '~/Documents/paisa/ledger/main.beancount',
705+
},
706+
},
701707
}
702708

703709
-- Ensure the servers and tools above are installed

0 commit comments

Comments
 (0)