/nasm-linter.vim

mirror of https://gitlab.com/hydrasho/nasm-linter

Primary LanguageVim ScriptGNU Affero General Public License v3.0AGPL-3.0

A nasm-linter plugin for vim9

Dependency

  • nasm
  • vim9

How Install

  • SupraVim

suprapack install plugin-nasm-linter
  • Pathogen and other

git clone https://gitlab.com/hydrasho/nasm-linter $HOME/.vim/bundle/
  • Any vim

# download the nasminette.vim
mkdir -p $HOME/.vim/plugin
cp nasminette.vim $HOME/.vim/plugin/