Skip to content
New issue

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

bash config in .config/nvim/ftplugin/bash.vim doesn't work #36

Open
lizard-Szilard opened this issue Mar 2, 2023 · 1 comment
Open

Comments

@lizard-Szilard
Copy link

my config in ~/.config/nvim/ftplugin/bash.vim doesn't work but it will work if I place it in init.vim

let g:ycm_language_server = [
  \   {
  \     'name': 'bash',
  \     'cmdline': ['bash-language-server', 'start' ],
  \     'filetypes': [ 'sh', 'bash' ],
  \   },
  \ ]
@puremourning
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants