mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
f716032523
commit
d51d6db4d6
1 changed files with 4 additions and 0 deletions
|
|
@ -36,12 +36,16 @@ let g:deoplete#enable_at_startup = 1
|
|||
let g:rustfmt_autosave = 1
|
||||
let g:rust_clip_command = 'xclip -selection clipboard'
|
||||
|
||||
" Syntax and programming things
|
||||
syntax on
|
||||
set guifont=Monospace\ Bold\ 12
|
||||
colors gruvbox
|
||||
set background=dark
|
||||
set inccommand=nosplit
|
||||
|
||||
" Set clipboard
|
||||
set clipboard+=unnamedplus
|
||||
|
||||
" Uncomment the following to have Vim jump to the last position when
|
||||
" reopening a file
|
||||
if has("autocmd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue