Skip to content

Commit 3977d92

Browse files
committed
beancount: initialize lsp server
1 parent 1a49110 commit 3977d92

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)