disable firenvim by default
This commit is contained in:
parent
c1ade4edc8
commit
f205eb7a02
1
init.vim
1
init.vim
|
@ -294,6 +294,7 @@ nmap <leader>r <Plug>SlimeParagraphSend
|
||||||
"===============================================================================
|
"===============================================================================
|
||||||
|
|
||||||
if exists('g:started_by_firenvim')
|
if exists('g:started_by_firenvim')
|
||||||
|
let g:firenvim_config['.*'] = { 'takeover': 'never' }
|
||||||
imap <C-j> <C-n>
|
imap <C-j> <C-n>
|
||||||
set fileformat=dos
|
set fileformat=dos
|
||||||
colorscheme morning
|
colorscheme morning
|
||||||
|
|
Loading…
Reference in New Issue
Block a user