turn off "enable_autosnippets" #1134
Answered
by
L3MON4D3
JohnHelvetius
asked this question in
Q&A
-
How to temporarily set the config option of "enable_autosnippets" to false at the command line of neovim? |
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
Feb 27, 2024
Replies: 1 comment 1 reply
-
Oh, we don't have that :/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(you can manually achieve this by storing your config, swapping that one key, and then setting it again via
ls.setup
)