vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Auto configurations for Language Server for vim-lsp

Results 97 vim-lsp-settings issues
Sort by recently updated
recently updated
newest added

here is the repo of the lsp with setup examples: https://github.com/Beaglefoot/awk-language-server

For example: ```vim let g:lsp_settings = { \'*': {' \config': \'completion_symbol_kinds': {...} \} \} ```

I'm using MacOS Catalina and the latest version of vim-lsp. My problem is that STL headers don't seem to be found by clangd. If I do a clangd --check= I...

I'm trying to use a language server with vim-lsp-settings's provided configuration, but I want to change a couple fields in the configuration. 1. Should I copy the config from `~\.vim\bundle\lsp-settings\settings\sumneko-lua-language-server.vim`...

Might be good to start with one of the server such as `gopls`. ```vim let g:lsp_settings = { \ 'gopls': { \ 'root_uri':{server_info->lsp#utils#path_to_uri(lsp#utils#find_nearest_parent_file_directory(lsp#utils#get_buffer_path(), 'go.mod'))}, \ } \ } ``` More...

Steps to reproduce: 1. Open an HTML file 2. Do `:LspInstallServer` 3. Select `Yes` in the confirmation dialog 4. See installer window split-screen show up 5. See `Permission denied` error...

I test install `libz3-dev`, but it can't work also. ``` :LspInstallServer mkdir: cannot create directory ‘../servers/clangd’: No such file or directory 2 Downloading clangd and LLVM... 3 % Total %...

![image](https://user-images.githubusercontent.com/6178423/111223600-69487900-85ee-11eb-9ead-c0c5b70ec44b.png)

My pack path has plugins `vim-lsp-settings` and `vim-ps1`. Vim load `vim-lsp-settings` first and next load `vim-ps1`. So `autocmd` order should be there: ```:au BufRead --- Autocommands --- ... vim_lsp_suggest BufRead...

## Why This suggestion make the command better such as: * add syntax highlighting (`syntax/`) * add keymappings easily (`ftplugin/`) Thank you.