1
0
Fork 0

Update '.vimrc'

This commit is contained in:
MGislv 2021-10-17 16:30:55 +00:00
parent 1ea402df6f
commit a75f2ac5ca
1 changed files with 9 additions and 4 deletions

13
.vimrc
View File

@ -1,20 +1,25 @@
set nocompatible
filetype plugin on
set showcmd
call plug#begin('~/.vim/plugged')
Plug 'itchyny/lightline.vim'
"Plug 'dracula/vim',{'as':'dracula'}
call plug#end()
set number
"let g:dracula_colorterm = 0
"colorscheme dracula
set laststatus=2
if !has('gui_running')
set t_Co=256
endif
set noshowmode
"let g:lightline = {
" \ 'colorscheme': 'darcula',
" \ }
set path+=**
set wildmenu
set number
set nocompatible
filetype plugin on
set showcmd