Skip to content

13ruce1337/Environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Environments

Assorted run commands and confuration files

Bash

alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

VIM

Vundle - Package manager for vim plugins
YouCompleteMe - Auto completion
Markdown Preview - Previews MD in browser
SimpylFold - folds/carrots lines of code into 1

Vundle

This repo is currently down.
https://www.reddit.com/r/vim/comments/11890p5/the_vundle_github_repo_seems_to_have_disappeared/

YouCompleteMe

cd ~/.vim/bundle/YouCompleteMe
python3 install.py --all

Markdown Preview

:source %
:PluginInstall
:call mkdp#util#install()

SimpylFold

zo to open a fold zc to close a fold :help fold-commands for full documentation

About

Assorted run commands and confuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published