From d325f59b932f657258b919644e4b6dfb84b1b8d5 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Fri, 28 Apr 2023 17:50:54 +0200 Subject: [PATCH] feat: add some todo list with error observation --- vim.config/init.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim.config/init.vim b/vim.config/init.vim index 5f6f52a..06779cd 100644 --- a/vim.config/init.vim +++ b/vim.config/init.vim @@ -434,6 +434,10 @@ call plug#begin() " add some keybindings for - copy / paste / cut (visual mode) " 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 " - Automatically executes `filetype plugin indent on` and `syntax enable`.