Add goyo for vimwiki
This commit is contained in:
parent
34d4f80ee1
commit
89cb488cbd
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ let
|
||||||
editorconfig-vim
|
editorconfig-vim
|
||||||
fzf-vim
|
fzf-vim
|
||||||
fzfWrapper
|
fzfWrapper
|
||||||
|
goyo
|
||||||
gundo
|
gundo
|
||||||
nerdtree
|
nerdtree
|
||||||
opencl-syntax
|
opencl-syntax
|
||||||
|
@ -201,6 +202,7 @@ let
|
||||||
\{'path': '~/vimwiki/personal.wiki'}
|
\{'path': '~/vimwiki/personal.wiki'}
|
||||||
\]
|
\]
|
||||||
:autocmd FileType vimwiki map <leader>d :VimwikiMakeDiaryNote
|
:autocmd FileType vimwiki map <leader>d :VimwikiMakeDiaryNote
|
||||||
|
:autocmd FileType vimwiki Goyo
|
||||||
function! ToggleCalendar()
|
function! ToggleCalendar()
|
||||||
execute ":Calendar"
|
execute ":Calendar"
|
||||||
if exists("g:calendar_open")
|
if exists("g:calendar_open")
|
||||||
|
|
Loading…
Add table
Reference in a new issue