Allow configuring TODO state keywords
This commit is contained in:
9
plugin/org.vim
Normal file
9
plugin/org.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" =============================================================
|
||||
" Description: Set default config options for org.vim
|
||||
" Author: Alex Vear (axvr) <av@axvr.io>
|
||||
" Licence: ISC (2019)
|
||||
" =============================================================
|
||||
|
||||
if !exists('g:org_state_keywords')
|
||||
let g:org_state_keywords = ['TODO', 'NEXT', 'DONE']
|
||||
endif
|
||||
Reference in New Issue
Block a user