ftplugin: Fix whitespace indentation

This commit is contained in:
Tomas Babej 2025-06-12 20:37:30 -04:00
parent 613d038ca3
commit 6f5f641ceb

View file

@ -114,6 +114,7 @@ if !exists('g:taskwiki_suppress_mappings')
let maplocalleader = '\t'
endif
endif
nnoremap <silent><buffer> <LocalLeader>a :TaskWikiAnnotate<CR>
nnoremap <silent><buffer> <LocalLeader>bd :TaskWikiBurndownDaily<CR>
nnoremap <silent><buffer> <LocalLeader>bw :TaskWikiBurndownWeekly<CR>