all repos

init.lua @ b7fbb1004f18e5cd400e9b28fc52c43448521cfd

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat: setup commentstring for ledger files
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-05-17 00:00:35 +0300
Parent: 9f7e841
M after/ftplugin/ledger.lua

@@ -1,3 +1,4 @@

+vim.bo.commentstring = "; %s" vim.opt_local.foldmethod = "marker" vim.opt_local.ts = 2 vim.opt_local.sw = 2