mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
rust
This commit is contained in:
parent
c6b0d902b0
commit
b4e61157a0
2 changed files with 3 additions and 3 deletions
|
|
@ -34,6 +34,7 @@ Bundle 'slim-template/vim-slim'
|
||||||
Bundle 'jboyens/vim-protobuf'
|
Bundle 'jboyens/vim-protobuf'
|
||||||
Bundle 'dag/vim-fish'
|
Bundle 'dag/vim-fish'
|
||||||
Bundle 'vim-scripts/rfc-syntax'
|
Bundle 'vim-scripts/rfc-syntax'
|
||||||
|
Bundle 'rust-lang/rust.vim'
|
||||||
|
|
||||||
Bundle 'vim-scripts/argtextobj.vim'
|
Bundle 'vim-scripts/argtextobj.vim'
|
||||||
Bundle 'michaeljsmith/vim-indent-object'
|
Bundle 'michaeljsmith/vim-indent-object'
|
||||||
|
|
|
||||||
5
vimrc
5
vimrc
|
|
@ -28,12 +28,11 @@ let g:airline_symbols.whitespace = ''
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=n "mouse support
|
set mouse=n "mouse support
|
||||||
set background=dark
|
set background=light
|
||||||
colorscheme 256-grayvim
|
colorscheme one-light
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
hi LineNr ctermbg=none
|
|
||||||
hi todo ctermbg=none
|
hi todo ctermbg=none
|
||||||
hi statement ctermbg=none
|
hi statement ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue