perf for vscode

This commit is contained in:
Niccolo Borgioli 2022-04-08 09:42:11 +02:00
parent 22f6449a49
commit 79238b36be
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
1 changed files with 18 additions and 16 deletions

View File

@ -1,19 +1,21 @@
syntax on
set number relativenumber
set noerrorbells
set tabstop=2 softtabstop=2
set shiftwidth=2
set expandtab
set smartindent
set nu
set nowrap
set smartcase
set noswapfile
set nobackup
set undodir=~/.vim/undodir
set undofile
set incsearch
if exists('g:vscode')
else
syntax on
set number relativenumber
set noerrorbells
set tabstop=2 softtabstop=2
set shiftwidth=2
set expandtab
set smartindent
set nu
set nowrap
set smartcase
set noswapfile
set nobackup
set undodir=~/.vim/undodir
set undofile
set incsearch
endif
nmap <Space> <Plug>(easymotion-bd-w)