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
.config/nvim/ftplugin/bash.vim
my config in ~/.config/nvim/ftplugin/bash.vim doesn't work but it will work if I place it in init.vim
~/.config/nvim/ftplugin/bash.vim
init.vim
let g:ycm_language_server = [ \ { \ 'name': 'bash', \ 'cmdline': ['bash-language-server', 'start' ], \ 'filetypes': [ 'sh', 'bash' ], \ }, \ ]
The text was updated successfully, but these errors were encountered:
I have no idea what question you are asking .
If you are reporting a bug, please state what you did, what you expected to happen and what actually happened.
Please note this repo is best-effort only, so PRs are more likely to get attention than issues.
Sorry, something went wrong.
No branches or pull requests
my config in
~/.config/nvim/ftplugin/bash.vim
doesn't work but it will work if I place it ininit.vim
The text was updated successfully, but these errors were encountered: