kylo252

Results 212 comments of kylo252

> This is cool. I'd even say put it in the top level, it's applicable to all nvim devs using standard nvim build tools. Whereas `contrib/` is for quirky things...

this reverts some changes from https://github.com/neovim/neovim/pull/5393, so I figured I should mark this as a draft first. cc: @justinmk, @bfredl

would it make sense to have this setting per-server instead of being global? ```diff diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua index 3febafc..3e57fde 100644 --- a/lua/lspconfig/util.lua +++ b/lua/lspconfig/util.lua @@ -14,11 +14,9 @@ M.default_config...

This might potentially fix #691 as well, but I wasn't sure if we should add this when `dynamic_command` is already defined. @jose-elias-alvarez, what do you think?

@kazhala, I'm not the best when it comes to writing documentation, so feel free to suggest any edits you see fit!

> I'm not familiar with packer.nvim, but I've seen packer.nvim cause caching issues. Is there a cache problem with this minimum.lua? I'm not sure, but I don't think there are...

@earlyaugust2, any reason not to use the setup call from lsp-manager directly?

@earlyaugust2, what I meant was if the settings are project specific where it would make sense to make sure they're running correctly with nlsp-settings. Otherwise, this requires a bit more...

I think the problem stems from `Invoke-Expression` disregarding the very first line of the file https://github.com/LunarVim/LunarVim/blob/eefde00ae80f91ecf88a93e869e346fdd04c7ba4/utils/installer/install.ps1#L1 > The #Requires statement prevents a script from running unless the PowerShell version, modules...