Skip to content

Instantly share code, notes, and snippets.

@Comamoca
Created April 9, 2022 01:05
Show Gist options
  • Save Comamoca/66aef8366dab313f669dbe99b5d519cd to your computer and use it in GitHub Desktop.
Save Comamoca/66aef8366dab313f669dbe99b5d519cd to your computer and use it in GitHub Desktop.
Codepiece to run Nimlint in Vim.Nimlint is required to run it.
command! NimLint :call RunNimlint()
function! RunNimlint() abort
:!nimlint -i=% -o=%
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment