Skip to content

Instantly share code, notes, and snippets.

@benknoble
Last active July 29, 2022 21:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benknoble/c56c8b211dd3976153320b3f9c2dfcd9 to your computer and use it in GitHub Desktop.
Save benknoble/c56c8b211dd3976153320b3f9c2dfcd9 to your computer and use it in GitHub Desktop.
Vim is my editor

Getting hold of my plugins

They are all on GitHub, and packages users can use vimben.

Plugins I Created

  • tag-tracks: HUD for tag stack
  • vim-mips: MIPS filetype, syntax, ftplugin, etc.
  • vim-dafny: dafny filetype, syntax, indent, etc.
  • popsikey: Turn vim mappings into popups
  • wiki-md: A vim-core, filetype- and syntax-agnostic wiki framework for developing exobrain systems
  • simpl: (Yet another) REPL/interpreter for vim
  • gitignore.vim: gitignore filetype
  • auto origami: automatically set 'foldcolumn'
  • vim plink: runtime files for the plink DSL
  • synstax: library for interacting with syntax highlighting
  • zelda: some half-finished colorschemes based on the greatest RPG ever
  • tmplr: integration of my templating system with vim
  • hex: a hex-editor for vim
  • vimsort: sorting via text-objects
  • vimpbcopy: yanking via text-objects

Plugins I Maintain

  • dracula: a dark colorscheme for vim

Plugins I Forked & Updated

  • vim-racket: a slightly tweaked (but more suited to me) fork of vim-racket
  • scribble.vim: maintained and updated fork of scribble.vim
  • vim-sexp: maintained and updated fork of vim-sexp
  • requirements.txt: maintained fork of requirements.txt.vim
  • vim-scala: maintained and updated fork of vim-scala
  • invader: fork of invader-vim (maintenance planned)
  • dwarffortress.vim: improved dwarffortress filetype plugin

More of my vimscript

Check out my Dotfiles

Workflow

See The flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment