bash config in `.config/nvim/ftplugin/bash.vim` doesn't work
lizard-Szilard opened this issue · 1 comments
lizard-Szilard commented
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 commented
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.