Skip to content

Commit

Permalink
vimrc update for vimwiki settings
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Feb 15, 2018
1 parent 69cb017 commit 31fd821
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-sensible'
Plugin 'Glench/Vim-Jinja2-Syntax'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
Plugin 'pearofducks/ansible-vim'
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-notes'
Plugin 'AlessandroYorba/Alduin'
Plugin 'vimwiki/vimwiki'

call vundle#end() " required
filetype plugin indent on " required
Expand Down Expand Up @@ -55,5 +53,9 @@ set scrolloff=15
let g:alduin_Shout_Become_Ethereal = 1
colorscheme alduin

" Vim Notes directory, can specify multiple, comma-seperated
let g:notes_directories = ['~/Notes']
set expandtab
set tabstop=2
set shiftwidth=2

" Vim Wiki Settings
filetype plugin on

0 comments on commit 31fd821

Please sign in to comment.