[04/08/23] added filetype, syntax, line numbers and wildmenu

This commit is contained in:
andrew 2023-08-04 20:17:42 +01:00
parent cd29a7d33e
commit 11af1b94ea

21
.vimrc
View File

@ -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