feat: add some todo list with error observation

master
TBS093A 2023-04-28 17:50:54 +02:00
parent 5b69c226f4
commit d325f59b93
1 changed files with 4 additions and 0 deletions

View File

@ -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`.