1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update firenvim settings.

Make firenvim not take over the text area automatically. We need to
activate it using a shortcut.
This commit is contained in:
jdhao 2020-01-13 14:12:42 +08:00 committed by GitHub
parent 9b1a2dd5e9
commit 20f2994b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -876,7 +876,7 @@ if exists('g:started_by_firenvim') && g:started_by_firenvim
\ 'cmdline': 'neovim',
\ 'priority': 0,
\ 'selector': 'textarea',
\ 'takeover': 'once',
\ 'takeover': 'never',
\ },
\ }
\ }