remove redundant line
This commit is contained in:
parent
0d2697dd7c
commit
68eefec225
1
init.vim
1
init.vim
@ -58,7 +58,6 @@ function! CheckBackSpace() abort
|
|||||||
return !col || getline('.')[col - 1] =~# '\s'
|
return !col || getline('.')[col - 1] =~# '\s'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let g:coc_snippet_next = '<tab>'
|
|
||||||
let g:coc_snippet_next = '<tab>'
|
let g:coc_snippet_next = '<tab>'
|
||||||
nnoremap <leader>e :CocCommand snippets.editSnippets<CR>
|
nnoremap <leader>e :CocCommand snippets.editSnippets<CR>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user