mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
perf for vscode
This commit is contained in:
parent
22f6449a49
commit
79238b36be
34
files/vimrc
34
files/vimrc
@ -1,19 +1,21 @@
|
|||||||
syntax on
|
if exists('g:vscode')
|
||||||
|
else
|
||||||
set number relativenumber
|
syntax on
|
||||||
set noerrorbells
|
set number relativenumber
|
||||||
set tabstop=2 softtabstop=2
|
set noerrorbells
|
||||||
set shiftwidth=2
|
set tabstop=2 softtabstop=2
|
||||||
set expandtab
|
set shiftwidth=2
|
||||||
set smartindent
|
set expandtab
|
||||||
set nu
|
set smartindent
|
||||||
set nowrap
|
set nu
|
||||||
set smartcase
|
set nowrap
|
||||||
set noswapfile
|
set smartcase
|
||||||
set nobackup
|
set noswapfile
|
||||||
set undodir=~/.vim/undodir
|
set nobackup
|
||||||
set undofile
|
set undodir=~/.vim/undodir
|
||||||
set incsearch
|
set undofile
|
||||||
|
set incsearch
|
||||||
|
endif
|
||||||
|
|
||||||
nmap <Space> <Plug>(easymotion-bd-w)
|
nmap <Space> <Plug>(easymotion-bd-w)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user