mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update vimrc
This commit is contained in:
parent
9cfea5e5f0
commit
915614a969
1 changed files with 5 additions and 4 deletions
9
vimrc
9
vimrc
|
|
@ -1,7 +1,8 @@
|
|||
call plug#begin('~/.vim/plugged')
|
||||
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
||||
Plug 'flazz/vim-colorschemes' " ColorChemes pack
|
||||
Plug 'joshdick/onedark.vim' " ColoeCheme
|
||||
Plug 'mattn/emmet-vim' " Emmet
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
"Plug 'pangloss/vim-javascript' " JS syntax support
|
||||
"Plug 'airblade/vim-gitgutter' " Git indecator
|
||||
call plug#end()
|
||||
|
|
@ -56,13 +57,13 @@ set visualbell t_vb= " Mute Vim
|
|||
set background=dark
|
||||
colorscheme OceanicNext
|
||||
" Color cheme list
|
||||
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material, onedark
|
||||
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material
|
||||
" Light: newspaper, wikipedia, Atelier_CaveLight, mac_classic
|
||||
|
||||
" Python
|
||||
let python_highlight_all = 1
|
||||
autocmd BufWritePre *.py normal m`:%s/\s\+$//e `
|
||||
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
|
||||
"autocmd BufWritePre *.py normal m`:%s/\s\+$//e `
|
||||
"autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
|
||||
|
||||
""""""""""
|
||||
" MAPING "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue