From c64043053d4c032769211a04c51b43eeb102c771 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Mar 2025 21:24:42 +0000 Subject: change bg and font --- config/vim/vimrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config/vim/vimrc') diff --git a/config/vim/vimrc b/config/vim/vimrc index 6a568a8..b348907 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -41,6 +41,10 @@ call plug#begin() Plug 'preservim/nerdtree' nnoremap :NERDTree +let NERDTreeMinimalUI=1 + +Plug 'ryanoasis/vim-devicons' +set encoding=UTF-8 Plug 'preservim/vim-markdown' "let g:vim_markdown_math = 1 @@ -117,6 +121,20 @@ Plug 'heavenshell/vim-pydocstring', { 'do': 'make install', 'for': 'python' } Plug 'tpope/vim-fugitive' +Plug 'yggdroot/indentline' + +Plug 'yuttie/comfortable-motion.vim' +noremap :call comfortable_motion#flick(40) +noremap :call comfortable_motion#flick(-40) + +let g:comfortable_motion_interval = 2000.0/60 +let g:comfortable_motion_friction = 80.0 +let g:comfortable_motion_air_drag = 2.0 + +Plug 'myusuf3/numbers.vim' + +let g:numbers_exclude = ['tagbar', 'gundo', 'minibufexpl', 'nerdtree'] + call plug#end() highlight Pmenu ctermbg=black guibg=black ctermfg=white -- cgit v1.2.1