Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from zah/nim.vim

Nim language plugin for vim

License

Angluca/nim.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%