You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
382 B

  1. # circuit vim syntax
  2. ## Installation in vim/nvim using plug
  3. Using [Plug](https://github.com/junegunn/vim-plug), add this lines into the `.vimrc`/`init.vim`:
  4. ```
  5. Plug 'arnaucube/go-snark-study'
  6. Plug 'arnaucube/go-snark-study', {'rtp': 'vim-syntax'}
  7. ```
  8. ![screenshot-vim](https://raw.githubusercontent.com/arnaucube/go-snark-study/master/vim-syntax/screenshot.png "screenshot-vim")