Fix long-time hiding bug with quoting and spacing in options
This commit is contained in:
parent
27cfc128b0
commit
7de2d57f3e
4
vimrc
4
vimrc
|
@ -1,5 +1,4 @@
|
|||
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch listchars=trail:·,tab:\\ ,eol: list cot=menu si sta cpt=".,w,b,i" tf path+=** aw nocompatible nosmd showcmd
|
||||
filetype plugin indent on
|
||||
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch cot=menu si sta cpt=.,w,b,i tf path+=** nocompatible sc nosmd listchars=trail:·,eol:,tab:\ list
|
||||
syntax on
|
||||
colorscheme peachpuff
|
||||
|
||||
|
@ -20,6 +19,7 @@ function! CleverTab()
|
|||
endfunction
|
||||
inoremap <Tab> <C-R>=CleverTab()<CR>
|
||||
|
||||
autocmd FileType yaml set sw=8 sts=8 expandtab
|
||||
autocmd FileType tex let b:compkey = "\<C-X>\<C-S>"
|
||||
autocmd FileType tex set spell
|
||||
|
||||
|
|
Loading…
Reference in New Issue