-
### How are you using the lua-language-server?
Command Line
### Which OS are you using?
Linux
### What is the issue affecting?
Diagnostics/Syntax Checking
### Expected Behaviour
S…
-
```lua
---@param uri string # The URI of file
```
Over the [plugins page](https://luals.github.io/wiki/plugins/#resolverequire) it seems to me like ResolveRequire first parameter is the current…
-
### How are you using the lua-language-server?
Command Line
### Which OS are you using?
MacOS
### What is the issue affecting?
Other
### Expected Behaviour
`luamake test` runs the same tests wi…
sparr updated
2 months ago
-
### Problem description
I've added [`termux-language-server`](https://github.com/termux/termux-language-server/) to the `ensure_installed` list. It does get installed, but it's not added to lspconfig…
-
❄️
```
$ ./machines/puma/setup.sh switch
building the system configuration...
warning: Git tree '/Users/ez/.DOTFILES' is dirty
error: derivation '/nix/store/d76nk5dk2ckm9n4x6mw581mn2k1916hk-di…
-
While recommended configuration for Neovim at https://termux-language-server.readthedocs.io/en/latest/resources/configure.html#neovim works it's inconvenient to use together with lspconfig. I propose …
-
[LuaLanguageServer](https://github.com/LuaLS/lua-language-server) provides a system of [annotations](https://luals.github.io/wiki/annotations/) to make lua code safer and easier to read and write
…
-
### Problem
I think this is a problem with `vim.lsp.tagfunc`, so I put it this category.
## Problem
Consider this minimal typescript file:
```ts
interface Iface {
}
const iface = 1;
const thing = …
-
Lua Language Server Notation should very much be utilised in CoreScripts.
https://github.com/LuaLS/lua-language-server/wiki/Annotations
This provides automatic support for intellisense on VSCode…
-
### Problem
Neovim provides `dataSupprt` for codeActions and publishDiagnostics
```
/**
* Whether code action supports the `data` property which is
* preserved between a `textDocument/codeActio…