nvim-lspconfig icon indicating copy to clipboard operation
nvim-lspconfig copied to clipboard

Quickstart configs for Nvim LSP

Results 152 nvim-lspconfig issues
Sort by recently updated
recently updated
newest added

### Language server ltex-ls ### Requested feature LTeX supports Context by default. Vim knows the file type context and can determine it. Please add the "context" file type to the...

enhancement

### Description Addition of [oxlint](https://github.com/oxc-project/oxc)

bug

used ```with pkgs;``` to simplify statements referring to it in the scope of mkshell. Restructured input declaration to follow the typical structure. I am unsure whether I should mark this...

### Description ### TLDR I have a use case to register `commands` which is not actually user commands. In short, I wanna execute [lsp.start_client](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/manager.lua#L152) without calling [nvim_create_user_command](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/util.lua#L91). ### Minimal reproduction...

bug

### Description This is quite an obscure problem but, but here is the issue. We have the following static default_config map which is initialized when the util file is sources...

bug

### Language server psalm and files outside of root_dir ### Requested feature Psalm allows to set directories in psaml.xml with Now if you open PHP files you don't get errors...

enhancement

### Description When removing a workspace from a running client using the built `vim.buf.remove_workspace_folder`, then when force exploring a buffer from the removed workspace again, the workspace is not added...

bug

### Language server typespec ### Requested feature TypeSpec is a language for describing cloud service APIs and generating other API description languages, client and service code, documentation, and other assets....

enhancement

Without this fix I get errors on startup and the config is not applied properly. > LSP[lua_ls]: Error ON_INIT_CALLBACK_ERROR: "[string \":lua\"]:79: attempt to index field 'workspace_folders' (a nil value)"