vim-language-server icon indicating copy to clipboard operation
vim-language-server copied to clipboard

VImScript language server, LSP for vim script

Results 23 vim-language-server issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

**Describe the bug** Using a function as intended in vim9script, without :call will result in `E492: Not an editor command:` **To Reproduce** Steps to reproduce the behavior: ```vim vim9script def...

This is not a bug, but a feature request. I would like vim-language-server to implement pull model diagnostics, which is a new feature in the LSP spec that I proposed...

enhancement

I'm using this lsp through https://github.com/XadillaX/vscode-language-viml and from my testing there and the screenshots here it seems that there is documentation information shown for in-built functions like `expand()`, but not...

enhancement

I write lot of vim plugins which are in different files. Would it be possible to support workspace symbols? I recently created [quickpick-lsp.vim](https://github.com/prabirshrestha/quickpick-lsp.vim) which allows to do this and have...

enhancement

Hello, I would like to use `vim-language-server` with https://github.com/autozimu/LanguageClient-neovim but I (as not Node developer) have no idea how to pass the configuration presented for `--stdio`. With ```vim let g:LanguageClient_serverCommands['vim']...

When the prefix name of the function includes 'is', the language server can't parse the total file. ![image](https://user-images.githubusercontent.com/17562139/72515501-f8db8600-388a-11ea-93f4-c8528d471e23.png) Language server works fine as expected after rename the function.

bug of vimlparser

``` diagnostic : unexpected token: [vimlsp:] let g:test = [ 'a', "\ 'b', \ 'c' ] ```

bug of vimlparser

First, thanks for this language server! It does its job well. I have lots of plugins and it would be nice if I could jump to the definition of a...

enhancement
help wanted

I tried `lspconfig.vim-language-server.setup{}` which lua obv. did not like due to the `-` in the name. Then I just symlinked `vim-language-server` to `vlsp` and tried `lspconfig.vlsp.setup{}` But this results in...