This provides Nim language support for Vim:
- Syntax highlighting
- Auto-indent
Use these plugin can autocomplete with lsp
Plug 'girishji/vimcomplete'
Plug 'yegappan/lsp'
" or download
https://github.com/girishji/vimcomplete
https://github.com/yegappan/lspnimble nimlsp
" add setting to .vimrc
au filetype nim call LspAddServer([#{
\ name: 'nimlsp',
\ filetype: ['nim'],
\ path: 'nimlsp',
\ }])You can see vimcomplete helps when you want more configure