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.
 
Michael Preisach 647c23d34d vimrc 6 years ago
after/ftplugin added language support for rust, others not yet tested 6 years ago
view added language support for rust, others not yet tested 6 years ago
.gitignore updated gitignore and vimrc 6 years ago
.vimrc vimrc 6 years ago
README.md added install instructions 6 years ago

README.md

Installation

Required software

  • fzf
  • ripgrep for fzf, place to .bashrc: export FZF_DEFAULT_COMMAND='rg --files'
  • universal-ctags-git for tagbar
  • rust with rustfmt for syntastic syntax checker

After cloning this repository

The package manager needs to be installed manually just once. After that it is able to keep itself up to date.

mkdir -p ~/.vim/pack/minpac/opt
cd ~/.vim/pack/minpac/opt
git clone https://github.com/k-takata/minpac.git

Features

Rust language support with syntax highlighting and linting. Should work with C/C++ as well

LaTeX, Python, bash to be tested