vim dim and icm
This commit is contained in:
parent
610cfeda09
commit
71f9e29178
1 changed files with 10 additions and 0 deletions
|
@ -18,8 +18,18 @@ Plug 'LnL7/vim-nix'
|
||||||
Plug 'cespare/vim-toml'
|
Plug 'cespare/vim-toml'
|
||||||
Plug 'JuliaEditorSupport/julia-vim'
|
Plug 'JuliaEditorSupport/julia-vim'
|
||||||
|
|
||||||
|
" Improved default colorscheme
|
||||||
|
Plug 'jeffkreeftmeijer/vim-dim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
colorscheme dim
|
||||||
|
|
||||||
|
" Incrementally show effects of :s, :smagic, :snomagic
|
||||||
|
if has('nvim')
|
||||||
|
set icm=split
|
||||||
|
endif
|
||||||
|
|
||||||
" disable TeX commands concealing
|
" disable TeX commands concealing
|
||||||
let g:tex_conceal = ''
|
let g:tex_conceal = ''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue