aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-01-13 14:12:42 +0800
committerGitHub <noreply@github.com>2020-01-13 14:12:42 +0800
commit20f2994b35b88c9fbe6399f8d4e0cb0be074d808 (patch)
treee1c487c5194aa4e309dbeb91f8cb3bc0a705cfcf
parent9b1a2dd5e9cd90039feaf720ee1b6a02bfd81511 (diff)
Update firenvim settings.
Make firenvim not take over the text area automatically. We need to activate it using a shortcut.
-rw-r--r--plugins.vim2
1 files changed, 1 insertions, 1 deletions
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',
\ },
\ }
\ }