Add vimwiki
This commit is contained in:
parent
05058de743
commit
66bd3d82ab
2 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,8 @@ set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|
||||||
"set splitright
|
set splitright
|
||||||
"set splitbelow
|
set splitbelow
|
||||||
|
|
||||||
|
let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ]
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ Plug 'vim-airline/vim-airline' " Display more contextual information
|
||||||
" syntax highlighting
|
" syntax highlighting
|
||||||
Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting
|
Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting
|
||||||
|
|
||||||
|
" vimwiki
|
||||||
|
Plug 'vimwiki/vimwiki'
|
||||||
|
|
||||||
" [submodule "bundle/airline"]
|
" [submodule "bundle/airline"]
|
||||||
" path = vim/.vim/bundle/airline
|
" path = vim/.vim/bundle/airline
|
||||||
" url = https://github.com/vim-airline/vim-airline
|
" url = https://github.com/vim-airline/vim-airline
|
||||||
|
|
Loading…
Reference in a new issue