diff --git a/.vim/after/plugin/wiki.vim b/.vim/after/plugin/wiki.vim index 91a63f7..33f1602 100644 --- a/.vim/after/plugin/wiki.vim +++ b/.vim/after/plugin/wiki.vim @@ -11,10 +11,9 @@ nm ww (wiki-index) " nm v (wiki-link-follow-vsplit) autocmd BufEnter *.md if expand('%:t') =~ '_' | echo 'hierarchical relation' | endif -autocmd BufEnter *.md if expand('%:t') =~ '--' | echo 'non-hierarchical relation' | endif +autocmd BufEnter *.md if expand('%:t') =~ '--' | echo 'relation' | endif autocmd BufEnter *.md if expand('%:t') =~ '<>' | echo 'dichotomy' | endif autocmd BufEnter *.md if expand('%:t') =~ 'my-' | echo 'personal file' | endif -autocmd BufEnter *.md if expand('%:t') =~ 'project-' | echo 'project file' | endif autocmd BufEnter *.md if expand('%:t') =~ 'project_' | echo 'project file' | endif " Only load wiki.vim for zk directory