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 'vimwiki/vimwiki'
|
||||||
Plug 'bling/vim-airline'
|
Plug 'bling/vim-airline'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
|
Plug 'vifm/vifm.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set bg=light
|
set bg=light
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
" Some basics:
|
" Some basics:
|
||||||
set nocompatible
|
set nocompatible
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
" vim: filetype=vim
|
" vim: filetype=vifm
|
||||||
source ~/.config/vifm/vifmshortcuts
|
source ~/.config/vifm/vifmshortcuts
|
||||||
|
|
||||||
map <C-h> <C-w>h
|
map <C-h> <C-w>h
|
||||||
|
|
Loading…
Reference in a new issue