Some fixes

This commit is contained in:
CramMK
2020-05-27 10:11:19 +02:00
parent eb2dde68e4
commit c535089fa0
7 changed files with 23 additions and 20 deletions

View File

@@ -14,6 +14,8 @@ Plugin 'arcticicestudio/nord-vim'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'vimwiki/vimwiki'
" Required
call vundle#end()
filetype plugin indent on
@@ -46,6 +48,9 @@ let g:pear_tree_pairs = {
\ '<': {'closer': '>'}
\ }
" Vimwiki
let g:vimwiki_list = [{'path': '~/vimwiki/'}]
" Other configurations
" Colors
syntax on