vifm syntax highlighting
This commit is contained in:
parent
c7807a99db
commit
dc7d15ac2e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
" vim: filetype=vim
|
||||
" vim: filetype=vifm
|
||||
source ~/.config/vifm/vifmshortcuts
|
||||
|
||||
map <C-h> <C-w>h
|
||||
|
|
Loading…
Reference in a new issue