lsp-examples icon indicating copy to clipboard operation
lsp-examples copied to clipboard

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

Open lizard-Szilard opened this issue 2 years ago • 1 comments

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' ],
  \   },
  \ ]

lizard-Szilard avatar Mar 02 '23 08:03 lizard-Szilard

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.

puremourning avatar Mar 02 '23 08:03 puremourning