1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

docs(todo): remove targed todos

This commit is contained in:
Eric Wong 2024-03-02 12:53:18 +08:00
parent 05babbac17
commit e341ee2971
3 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,6 @@ function! SpaceVim#layers#edit#config() abort
call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', '¦'], 'Tabularize /¦', 'align-region-at-¦', 1, 1) call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', '¦'], 'Tabularize /¦', 'align-region-at-¦', 1, 1)
call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', '<Bar>'], 'Tabularize /[|]', 'align-region-at-|', 1, 1) call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', '<Bar>'], 'Tabularize /[|]', 'align-region-at-|', 1, 1)
call SpaceVim#mapping#space#def('nmap', ['x', 'a', '[SPC]'], 'Tabularize /\s\ze\S/l0', 'align-region-at-space', 1, 1) call SpaceVim#mapping#space#def('nmap', ['x', 'a', '[SPC]'], 'Tabularize /\s\ze\S/l0', 'align-region-at-space', 1, 1)
" @fixme SPC x a SPC make vim flick
nmap <Space>xa<Space> [SPC]xa[SPC] nmap <Space>xa<Space> [SPC]xa[SPC]
call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', 'r'], 'call call(' call SpaceVim#mapping#space#def('nnoremap', ['x', 'a', 'r'], 'call call('
\ . string(s:_function('s:align_at_regular_expression')) . ', [])', \ . string(s:_function('s:align_at_regular_expression')) . ', [])',

View File

@ -358,7 +358,9 @@ else
endfunction endfunction
function! SpaceVim#plugins#projectmanager#current_root() abort function! SpaceVim#plugins#projectmanager#current_root() abort
" @todo skip some plugin buffer " skip specific buffer for plugins
" - denite.nvim
" - defx
if bufname('%') =~# '\[denite\]' if bufname('%') =~# '\[denite\]'
\ || bufname('%') ==# 'denite-filter' \ || bufname('%') ==# 'denite-filter'
\ || bufname('%') ==# '\[defx\]' \ || bufname('%') ==# '\[defx\]'

View File

@ -9,7 +9,6 @@
let s:JOB = SpaceVim#api#import('job') let s:JOB = SpaceVim#api#import('job')
" @todo rewrite Git rm in lua
function! git#rm#run(files) abort function! git#rm#run(files) abort
if len(a:files) == 1 && a:files[0] ==# '%' if len(a:files) == 1 && a:files[0] ==# '%'