nvim-lspconfig
nvim-lspconfig copied to clipboard
Quickstart configs for Nvim LSP
### Description Hi, installed the ltex-ls and followed de config of the documentation to change the language, but it didn't work ``` require("lspconfig").ltex.setup { settings = { ltex = {...
Vim supports compound filetypes (see [|'filetype'|](https://neovim.io/doc/user/options.html#'filetype')): > When a dot appears in the value then this separates two filetype names. > This works both for filetype plugins and for syntax...
add compatible `util.tbl_flatten` to avoid `tbl_flatten` deprecated error notify on 0.10 release.
It looks like the latest release is producing deprecation warnings with neovim 0.10. Any chance we can get another release? _Originally posted by @mrcjkb in https://github.com/neovim/nvim-lspconfig/issues/3089#issuecomment-2118193183_
### Description I had some problems with the root dir detection of the `lua_ls` language server. I took a look at the [corresponding code](https://github.com/neovim/nvim-lspconfig/blob/9bda20fb967075355f253911bc066a8b5a03c77e/lua/lspconfig/server_configurations/lua_ls.lua#L17-L27) and was surprised that finding the...
Add https://github.com/tintoy/msbuild-project-tools-server/ to the LSP configs
### Description Would be nice if we could configure [`sqlfluff`](https://github.com/sqlfluff/sqlfluff) as an LSP server with `nvim-lspconfig`, similar to `eslint`, so we can can get in-buffer diagnostics Example linter errors from...
### Description Directory structure is this: ```console tree ./texlab-root-mwe -a --dirsfirst -L 2 ─╯ ./texlab-root-mwe ├── ch1 │ ├── ch1.aux │ ├── ch1.fdb_latexmk │ ├── ch1.fls │ ├── ch1.log │ ...
### Problem I'm having trouble getting the lsp to work with objective c files and sourcekit-lsp. The filetype is detected as `objc`, but it seems sourcekit-lsp calls it `objective-c`. Adding...