firenvim config

This commit is contained in:
Bruno Carlin 2020-02-03 11:46:24 +01:00
parent 05cd8ef154
commit 5fed7e2346

View file

@ -1,3 +1,18 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath let &packpath = &runtimepath
source ~/.vimrc source ~/.vimrc
if exists('g:started_by_firenvim')
set laststatus=0
set showtabline=0
endif
let g:firenvim_config = {
\ 'globalSettings': {
\ 'alt': 'all',
\ },
\ 'localSettings': { }
\ }
let fc = g:firenvim_config['localSettings']
let fc['https://share\.waarp\.org/'] = { 'takeover': 'never', 'priority': 1 }