mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-23 00:36:31 +00:00
perf for vscode
This commit is contained in:
parent
22f6449a49
commit
79238b36be
@ -1,5 +1,6 @@
|
|||||||
|
if exists('g:vscode')
|
||||||
|
else
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
set number relativenumber
|
set number relativenumber
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set tabstop=2 softtabstop=2
|
set tabstop=2 softtabstop=2
|
||||||
@ -14,6 +15,7 @@ set nobackup
|
|||||||
set undodir=~/.vim/undodir
|
set undodir=~/.vim/undodir
|
||||||
set undofile
|
set undofile
|
||||||
set incsearch
|
set incsearch
|
||||||
|
endif
|
||||||
|
|
||||||
nmap <Space> <Plug>(easymotion-bd-w)
|
nmap <Space> <Plug>(easymotion-bd-w)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user