source linter.vim in vimrc where linter.vim is
vim9script
if executable('beancount-language-server')
var beancount_config = {
'name': 'beancount-language-server',
'cmd': {server_info->['beancount-language-server']}
}
au User lsp_setup call lsp#register_server(beancount_config)
endif
and .vimrc contains
Plugin 'w0rp/ale'
Plugin 'dense-analysis/neural'
Plugin 'prabirshrestha/vim-lsp'
Plugin 'prabirshrestha/asyncomplete.vim'
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
There should be no error.
9.1 ncluded patches: 1-1952
Linux Mint
Terminal
screen-256color
Linux dyumnin 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
/usr/local/bin/vim FY2024_25.beancount ─╯ Error detected while processing /home/vijayvithal/.vimrc[41]../home/vijayvithal/.vim/linters_prabirshreshta.vim: line 40: E720: Missing colon in Dictionary: >['beancount-language-server']} Press ENTER or type command to continue
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Error detected while processing /home/vijayvithal/.vimrc[41]../home/vijayvithal/.vim/linters_prabirshreshta.vim:
That error comes clearly from a plugin
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()