From 20f2994b35b88c9fbe6399f8d4e0cb0be074d808 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 13 Jan 2020 14:12:42 +0800 Subject: [PATCH] Update firenvim settings. Make firenvim not take over the text area automatically. We need to activate it using a shortcut. --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 8559feb..1331ea2 100644 --- a/plugins.vim +++ b/plugins.vim @@ -876,7 +876,7 @@ if exists('g:started_by_firenvim') && g:started_by_firenvim \ 'cmdline': 'neovim', \ 'priority': 0, \ 'selector': 'textarea', - \ 'takeover': 'once', + \ 'takeover': 'never', \ }, \ } \ }