Skip to content

wuwe1/vim-huff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-huff


                               ___           ___           ___           ___         ___   
      ___        ___          /__/\         /__/\         /__/\         /  /\       /  /\  
     /__/\      /  /\        |  |::\        \  \:\        \  \:\       /  /:/_     /  /:/_ 
     \  \:\    /  /:/        |  |:|:\        \__\:\        \  \:\     /  /:/ /\   /  /:/ /\
      \  \:\  /__/::\      __|__|:|\:\   ___ /  /::\   ___  \  \:\   /  /:/ /:/  /  /:/ /:/
  ___  \__\:\ \__\/\:\__  /__/::::| \:\ /__/\  /:/\:\ /__/\  \__\:\ /__/:/ /:/  /__/:/ /:/ 
 /__/\ |  |:|    \  \:\/\ \  \:\~~\__\/ \  \:\/:/__\/ \  \:\ /  /:/ \  \:\/:/   \  \:\/:/  
 \  \:\|  |:|     \__\::/  \  \:\        \  \::/       \  \:\  /:/   \  \::/     \  \::/   
  \  \:\__|:|     /__/:/    \  \:\        \  \:\        \  \:\/:/     \  \:\      \  \:\   
   \__\::::/      \__\/      \  \:\        \  \:\        \  \::/       \  \:\      \  \:\  
       ~~~~                   \__\/         \__\/         \__\/         \__\/       \__\/  

Features

This plugin adds Huff language support for Vim, with the following main features:

  • Compile with :HuffCompile
  • Syntax highlighting
  • Lookup evm opcode with 'K'
  • Folding
  • Debug huff program

Install

vim-huff follows the standard runtime path structure. Below are some helper lines for popular package managers:

  • Vim 8 packages
    • git clone https://github.com/wuwe1/vim-huff.git ~/.vim/pack/plugins/start/vim-huff
  • Neovim packages
    • git clone https://github.com/wuwe1/vim-huff.git ~/.local/share/nvim/site/pack/plugins/start/vim-huff
  • Pathogen
    • git clone https://github.com/wuwe1/vim-huff.git ~/.vim/bundle/vim-huff
  • vim-plug
    • Plug 'wuwe1/vim-huff'
  • Vundle
    • Plugin 'wuwe1/vim-huff'

Releases

No releases published

Packages

No packages published