feat: add some todo list with error observation
parent
5b69c226f4
commit
d325f59b93
|
|
@ -434,6 +434,10 @@ call plug#begin()
|
||||||
|
|
||||||
" add some keybindings for - copy / paste / cut (visual mode)
|
" add some keybindings for - copy / paste / cut (visual mode)
|
||||||
" fix vim-visual-multi (select lines is throuble with Ctrl + n)
|
" fix vim-visual-multi (select lines is throuble with Ctrl + n)
|
||||||
|
" repair Ctrl + v NvimTree Error (it working by ssh via CMD but it
|
||||||
|
" doesn't work via VSC integrated terminal - reason can be in Ctrl +
|
||||||
|
" v binding usage - VSC not apply shotcuts like that and Nvim gets
|
||||||
|
" errors)
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
" - Automatically executes `filetype plugin indent on` and `syntax enable`.
|
" - Automatically executes `filetype plugin indent on` and `syntax enable`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue