aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/als.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(als): remove als config (#3310)Tama McGlinn2024-09-201-41/+0
| | | | | | | | | | | | Moved ALS config into own repo. See issue #1683 regarding problems with the current config. lspconfig is not intended to provide functional lsp configs, but rather a framework for other plugins to implement those. For more about that, see the discussion on https://github.com/neovim/nvim-lspconfig/pull/1693 The new ALS LSP config plugin is https://github.com/TamaMcGlinn/nvim-lspconfig-ada
* fix(als): deprecate als in favour of a separate plugin (#3277)Tama McGlinn2024-08-221-0/+4
| | | | | | | | | To move towards the goal of having lsp configs decentralised and lower the maintenance burden on current maintainers, as requested by @glepnir, @mjlbach and @justinmk See https://github.com/neovim/nvim-lspconfig/pull/1693 and https://github.com/neovim/nvim-lspconfig/issues/1683 and https://github.com/neovim/nvim-lspconfig/pull/3275#issuecomment-2301318994
* chore: remove all package.json (#1656)Michael Lingelbach2022-02-251-1/+0
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+38