vim-language-server
vim-language-server copied to clipboard
VImScript language server, LSP for vim script
**Describe the bug** It seems the scan process scans *all* files in `~/.local/shared` for some reason. The scan process seems to hang when it finds a directory without read permissions...
How about complete shell command after user input `!`? TIA!
**Describe the bug** input `[` , and auto completion would popup it's a pain when you want to input something like this: ``` let xxx = [ \ xxx, \...
can we have an option to disable not use placeholder? e.g just execuatable() not execuatable(exp) that's useful specially if wrote code as method way: "foo"->execuatable() is correct vs "foo"->execuatable("foo") is...
This is a suggestion for a feature that can be implemented. Whenever you are in a path that ends with `autoload/foo/bar.vim` and you are trying to call a function `foo#bar#Baz`...
**Describe the bug** Does not recognize vim9 functions as functions and warns that return isn't inside a `function` block. NOTE: this is inside a file with `vim9script` as the first...
Bumps [webpack](https://github.com/webpack/webpack) from 5.30.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
I wonder how to install it on Mac OS (possibly in a conda environment - but not mandatory). Any hints?
Perhaps vim-langauge-server can provide some diagnostics (linter) like [vint](https://github.com/Vimjas/vint)? TIA!