LostInTheLogs

Results 9 issues of LostInTheLogs

### Problem description Function [client_is_configured](https://github.com/LunarVim/LunarVim/blob/560ee4d7cf4038a22a5556d79ad92cd226a792dc/lua/lvim/lsp/manager.lua#L61) in lsp manager looks for a name of the client in `result.command`, but `command` is not set since [this commit](https://github.com/neovim/nvim-lspconfig/commit/fe7a6f41e59654db6bbc9eb2d084decc54b295e4#diff-0e1bd346624fa540fa153e867fbc2036ced5c83d5cd7d79d9308df1328b7c879R69). I think it can be...

bug

# Description Disables treesitter in files larger than 1MB fixes #3149 ## How Has This Been Tested? Opened these files: [canada.json](https://raw.githubusercontent.com/miloyip/nativejson-benchmark/master/data/canada.json), [100MB sql file compressed using 7zip and disguised as...

enhancement
packaging
HACKTOBERFEST-ACCEPTED

# Description Use hlgroup from web devicons instead of creating our own, so the name doesn't contain illegal characters. fixes #3330 ## How Has This Been Tested? lvim Dockerfile.ops-1

# Description [This fix](https://github.com/LunarVim/LunarVim/commit/b8f681374b25740e0aea1c859bf313197ed63dd5) doesn't work anymore since [this commit](https://github.com/neovim/nvim-lspconfig/commit/fe7a6f41e59654db6bbc9eb2d084decc54b295e4#diff-0e1bd346624fa540fa153e867fbc2036ced5c83d5cd7d79d9308df1328b7c879R69-R79) in lspconfig because the commit removed `command` from the autocommand. This PR changes the lua match from the now nonexistent...

![image](https://user-images.githubusercontent.com/110467150/203401444-62c72d91-606c-415a-8c11-797e4e36bc29.png) There are two empty lines between the current line and the window. It only happens in the first half of the screen minimal config: https://github.com/ray-x/lsp_signature.nvim/blob/master/tests/init_pack.lua with sumneko_lua instead of...

adds the cmake setup from LunarVim-mono. the ci job will create nightly releases on a schedule and create stable releases on tag push, if the stable release already exists it...

![image](https://github.com/LunarVim/LunarVim/assets/110467150/1ab6c87d-64fa-4d78-b613-917cdbd45553) related code: https://github.com/LunarVim/LunarVim/blob/420817e617dcc05fa110b59f3e7af64096d3f2ea/lua/lvim/lsp/manager.lua#L111-L115

makes the installation more reliable, lazy.nvim lockfile might have caused problems and sometimes plugins would have wrong versions / installations would fail

for https://github.com/LunarVim/LunarVim/pull/3700