Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nim language support for Vim

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/lsp

nimble 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

About

Nim language plugin for vim

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages