firenvim config
This commit is contained in:
parent
05cd8ef154
commit
5fed7e2346
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
|||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
let &packpath = &runtimepath
|
||||
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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue