remove redundant line

This commit is contained in:
nnduc 2022-11-25 11:04:55 +00:00
parent 0d2697dd7c
commit 68eefec225
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ function! CheckBackSpace() abort
return !col || getline('.')[col - 1] =~# '\s'
endfunction
let g:coc_snippet_next = '<tab>'
let g:coc_snippet_next = '<tab>'
nnoremap <leader>e :CocCommand snippets.editSnippets<CR>