hinell

Results 152 comments of hinell

@rchl Sorry, for bothering. It turned out that [LunarVim/bigfile.nvim](https://github.com/LunarVim/bigfile.nvim) plugin was involved. The issue arises if LSP client is detached from and editor buffer on big files. That plugin was...

There should be an ompportunity to use system-installed `luarocks`. Thanks!

Thumbing up this issue. I don't get why the fact that we don't have to press a shortcut to get completions is listed on main page as an advantage. It's...

@phkahler Sad you didn't backup your repo. Anyway, the least problem SolveSpace has is the spatial geometry calculations.

I find increasingly confusing the following two options for LLS config: * [`workspace.library`](https://github.com/LuaLS/lua-language-server/wiki/Settings#workspacelibrary) * [`runtime.path` ](https://github.com/LuaLS/lua-language-server/wiki/Settings#runtimepath) The `runtime.path` is easily confused for lua or neovim runtime libraries, not current project's...

1. It's enough to introduce `@function` tag which would define a new instance function type that can be referenced by `@type` 2. `@overload` per doc isn't intended to be used...

We need to port ZSH parser & lexer to a new LSP server. If anyone is interested in porting zsh parser & lexer to the new LSP please let me...

@Freed-Wu This is a huge mistake. These flags shouldn't be a part of bash syntax, cause it's likely to fail in real world dev tools. FYI @amaanq is currently busy...

I've solved a similar issue by specifying `version = 2` in the `settings`. See https://github.com/mattn/efm-langserver/issues/264#issuecomment-1784069576

Please, either open Wiki for editing or update tutorial. Thanks!