GitHunt
PZ

Vim cheat sheet and vimrc

Contains my vimrc and my Vim cheat sheet.

The first book is exceptionally good. The second one might be better suited as an introduction to Vim, although frankly I didn't like it that much when I read (an older edition of) it. The third resource is a great website that contains articles and short videos on various Vim features.

Plugins/bundles to consider installing

  • Vundle — A popular plugin manager for Vim.
  • Pathogen — Another popular plugin manager.
  • UltiSnips — Supports the convenient implementation of code snippets in Vim, both language-dependent and language-independent; very useful.
  • ALE — Provides syntax checking in various languages.
  • surround.vim — A plugin that facilitates and automates the manipulation of delimiters (such as brackets, parentheses, HTML tags, etc.).
  • A vast collection of Vim-colorschemes
  • NERDTree — A filesystem explorer for Vim.
  • VimTeX — A popular package for working with LaTeX in Vim.
  • Python-mode — Filetype plugin for Python.
  • vim-flake8 — Automatically runs Python scripts through Flake8, a static syntax and style checker for Python.
  • Haskell-Vim — Filetype plugin for the Haskell programming language.
  • vim-racket — A plugin to write Racket (a Scheme dialect) programs in Vim.

Languages

TeX57.4%Vim Script42.6%

Contributors

GNU General Public License v3.0
Created March 25, 2022
Updated December 25, 2023