vifm syntax highlighting

This commit is contained in:
Luke Smith
2019-03-11 16:44:20 -04:00
parent c7807a99db
commit dc7d15ac2e
2 changed files with 3 additions and 1 deletions

View File

@@ -10,12 +10,14 @@ Plug 'LukeSmithxyz/vimling'
Plug 'vimwiki/vimwiki'
Plug 'bling/vim-airline'
Plug 'tpope/vim-commentary'
Plug 'vifm/vifm.vim'
call plug#end()
set bg=light
set mouse=a
set nohlsearch
set clipboard=unnamedplus
" Some basics:
set nocompatible
filetype plugin on