exec swayidle -w \
timeout 300 "{{lockcmd}}" \
- timeout 600 'systemctl suspend' \
+ timeout 600 'systemctl hybrid-sleep' \
before-sleep "{{lockcmd}}"
Plugin 'python-rope/ropevim'
Plugin 'pangloss/vim-javascript'
Plugin 'itspriddle/vim-shellcheck'
+Plugin 'vimwiki/vimwiki'
" All of your Plugins must be added before the following line
call vundle#end() " required
let ropevim_goto_def_newwin = 1
let ropevim_guess_project = 1
+
+" Vimwiki
+let g:vimwiki_list = [{'path': '~/vimwiki/', 'syntax': 'markdown', 'ext': '.md'}]
+let g:vimwiki_global_ext = 0