[04/08/23] added filetype, syntax, line numbers and wildmenu
This commit is contained in:
parent
cd29a7d33e
commit
11af1b94ea
21
.vimrc
21
.vimrc
@ -1,11 +1,22 @@
|
||||
filetype on
|
||||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
syntax on
|
||||
|
||||
set number
|
||||
|
||||
set cursorline
|
||||
set cursorcolumn
|
||||
|
||||
set wildmenu
|
||||
set wildmode=list:longest
|
||||
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
|
||||
|
||||
call plug#begin()
|
||||
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
Plug 'vim-airline/vim-airline'
|
||||
|
||||
call plug#end()
|
||||
|
||||
colorscheme gruvbox
|
||||
|
||||
:set bg=dark
|
||||
set bg=dark
|
||||
|
Loading…
x
Reference in New Issue
Block a user