1
0
Fork 0

Delete '.vimrc'

This commit is contained in:
MGislv 2022-02-16 18:23:52 +00:00
parent 2357eab185
commit 1b0552339c
1 changed files with 0 additions and 25 deletions

25
.vimrc
View File

@ -1,25 +0,0 @@
call plug#begin('~/.vim/plugged')
Plug 'itchyny/lightline.vim'
"Plug 'dracula/vim',{'as':'dracula'}
call plug#end()
"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