omerxx / dotfiles

My dotfiles synced form localhost and remote machines
https://dotfiles.omerxx.com
724 stars 57 forks source link

Fix bug with referencing luau_lsp instead of lua_ls #7

Closed JZsmitty closed 1 month ago

JZsmitty commented 5 months ago

While there is indeed a luau_lsp listed under the server configuration in https://github.com/neovim/nvim-lspconfig/tree/master/lua/lspconfig/server_configurations , the configuration settings that are being applied are according to the suggestions for lua_ls and not luau_lsp.

I should note that I am not running your Neovim config but I noticed this when I was referencing it for my own use.

omerxx commented 1 month ago

Thank you!