mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Added toggling todos from a visual selection by passing ranges into the Telekasten command
This commit is contained in:
@@ -8,7 +8,7 @@ function! s:telekasten_complete(arg,line,pos)
|
||||
return join(l:candidates, "\n")
|
||||
endfunction
|
||||
|
||||
command! -nargs=? -complete=custom,s:telekasten_complete Telekasten lua require('telekasten').panel(<f-args>)
|
||||
command! -nargs=? -range -complete=custom,s:telekasten_complete Telekasten lua require('telekasten').panel(<f-args>)
|
||||
|
||||
" overriding does not work -- so this is done by the plugin now in post_open()
|
||||
" au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,*.md setf telekasten
|
||||
|
||||
Reference in New Issue
Block a user