aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/angularls.lua
diff options
context:
space:
mode:
authorBarrett Ruth <62671086+barrettruth@users.noreply.github.com>2026-02-27 05:11:28 -0500
committerGitHub <noreply@github.com>2026-02-27 05:11:28 -0500
commitfdfd9c276922f38a2d2e9b5596e3713adf14233f (patch)
tree9f4c59a873dda9df83bd1ae6188d08e6553e83e7 /lua/lspconfig/configs/angularls.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar.gz
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar.bz2
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar.lz
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar.xz
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.tar.zst
nvim-lspconfig-fdfd9c276922f38a2d2e9b5596e3713adf14233f.zip
fix: drop invalid filetypes from legacy configs #4327
Problem: 78596b61 removed javascript.jsx and typescript.tsx from the lsp/ configs, but the same invalid filetypes remain in the legacy lua/lspconfig/configs/ files. These still surface in checkhealth warnings since the legacy configs get merged at runtime. Solution: remove javascript.jsx and typescript.tsx from all legacy config filetypes lists. The correct filetypes (javascriptreact, typescriptreact) are already present in each list.
Diffstat (limited to 'lua/lspconfig/configs/angularls.lua')
-rw-r--r--