vim dim and icm

This commit is contained in:
Grigory Shipunov 2021-07-10 23:37:47 +02:00
parent 610cfeda09
commit 71f9e29178
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -18,8 +18,18 @@ Plug 'LnL7/vim-nix'
Plug 'cespare/vim-toml'
Plug 'JuliaEditorSupport/julia-vim'
" Improved default colorscheme
Plug 'jeffkreeftmeijer/vim-dim'
call plug#end()
colorscheme dim
" Incrementally show effects of :s, :smagic, :snomagic
if has('nvim')
set icm=split
endif
" disable TeX commands concealing
let g:tex_conceal = ''