Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-07-26 23:28:05 +08:00
parent cb9c6da572
commit 19b10aa54f
2 changed files with 2 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ augroup packer_user_config
autocmd!
autocmd BufWritePost plugins.lua source <afile> | PackerCompile
augroup end
autocmd BufRead,BufNewFile *.bean,*.beancount set filetype=beancount
]])
-- cmd [[command ShowBlank set listchars=eol:¬,tab:>·,trail:~,extends:>,precedes:<,space:␣]]

View File

@@ -72,9 +72,7 @@ local servers = {
},
terraformls = {},
beancount = {
init_options = {
journal_file = "",
}
filetypes = { 'beancount', 'bean' },
}
}