added prereqs needed for VimWiki

This commit is contained in:
Jonas Forsberg 2020-07-08 17:19:37 +02:00
parent 9d5390c61d
commit c4b8012957
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
2 changed files with 3 additions and 0 deletions

1
.alias
View File

@ -6,3 +6,4 @@ alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
alias ls_dotfiels='/usr/bin/git --git-dir=$HOME/.dotfiles ls-tree --full-tree -r --name-only HEAD'
alias t="todo.sh"
alias gl='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit --date=relative'
alias wiki="vim ~/vimwiki/wiki.wiki"

2
.vimrc
View File

@ -4,6 +4,8 @@ set number
set laststatus=2
set encoding=utf-8
set autoindent
set nocompatible
syntax on
filetype indent plugin on