Moved vimwiki to markdown.

This commit is contained in:
Warwick 2022-11-25 16:35:14 +00:00
parent ebab755c28
commit dc06d04137
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
view/
.netrwhist
autoload
doc
plugin

View file

@ -126,7 +126,8 @@ autocmd! BufNewFile,BufRead *.vs,*.fs,*.glsl,*.frag,*.vert set ft=glsl
" Vimwiki
let g:vimwiki_list = [{'path': '~/.vimwiki/',
\ 'path_html': '~/.vimwiki/HTML',
\ 'auto_diary_index': 1}]
\ 'auto_diary_index': 1,
\ 'syntax': 'markdown', 'ext': '.md'}]
" A little function to insert user input functionality into remaps
function! TagSearch()