We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I get this annoying prompt often with javascript filetype:
javascript
// const fn = () => {}; // const fn2 = () => {};
If I press 2gcc for these lines then prompt will appear:
2gcc
nvim --version:
nvim --version
NVIM v0.5.0-dev+1405-g2f0e5e7e6 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3
I found that disabling Shougo/context_filetype.vim plugin solves this problem.
Shougo/context_filetype.vim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I get this annoying prompt often with
javascript
filetype:If I press
2gcc
for these lines then prompt will appear:nvim --version
:I found that disabling
Shougo/context_filetype.vim
plugin solves this problem.The text was updated successfully, but these errors were encountered: