Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 391 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 391 Bytes

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/