mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 11:01:09 +01:00
* nvim-lsp: Allow to pass settings to clients Some clients (like rust-analyzer, nil_ls, ...) can take settings specified in the setup function. This commit adds two fields for the 'mkLsp' function to handle this: - extraOptions: define nix module options - settings: A function that takes the corresponding lsp module config and formats it as a settings object compatible with the server. * nvim-lsp: Add nil-ls (for Nix) * nvim-lsp: Add bashls (for Bash) * nvim-lsp: Add dartls, for dart Co-authored-by: Pedro Alves <pta2002@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bufferlines | ||
| colorschemes | ||
| completion | ||
| git | ||
| languages | ||
| null-ls | ||
| nvim-lsp | ||
| pluginmanagers | ||
| snippets/luasnip | ||
| statuslines | ||
| telescope | ||
| utils | ||
| default.nix | ||
| helpers.nix | ||
| plugin-defs.nix | ||