Moved vimwiki to markdown.
This commit is contained in:
parent
ebab755c28
commit
dc06d04137
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
view/
|
||||
.netrwhist
|
||||
autoload
|
||||
doc
|
||||
plugin
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue