8000 GitHub - ericvw/vim-nim: Nim language plugin for Neovim and Vim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ericvw/vim-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nim language plugin for Neovim and Vim

Nim language support for Neovim and Vim.

Features

  • Syntax highlighting
  • Auto-indent (WIP)

Installation

Use your favorite Neovim and Vim plugin manager. Below are what I use for Neovim and Vim, respectively.

Neovim

require("packer").startup(function()
    use "ericvw/vim-nim"
end)

Vim

call plug#begin()
Plug 'ericvw/vim-nim'
call plug#end()

About

Nim language plugin for Neovim and Vim

Topics

Resources

License

Stars

Watchers

Forks

0