lsp-examples
lsp-examples copied to clipboard
Use any language server with YouCompleteMe.
use https://github.com/haskell/haskell-language-server https://stackoverflow.com/questions/64087188/what-is-the-current-situation-for-using-vim-as-ide-for-haskell-on-archlinux/64087345#64087345 PRs welcome.
https://langserver.org/ That thing lists 3 lua server and all of them work. Clojure server also work, but only if `bash` exists on the system. I.e. not even BSD systems would...
my config in `~/.config/nvim/ftplugin/bash.vim` doesn't work but it will work if I place it in `init.vim` ```vim let g:ycm_language_server = [ \ { \ 'name': 'bash', \ 'cmdline': ['bash-language-server', 'start'...
The description of enabling the Language Server option in the Godot editor is wrong. Instead it should read Editor Settings -> Network -> Language Server Confirm Remote Port is set...