aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/astro.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* fix: improve typescript server path search for ts-dependent lsp #3795Alexis Tacnet2025-04-281-5/+2
|
* ci(lint): check `@brief` docstring placement #3762Justin M. Keyes2025-04-221-5/+5
|
* docs: cleanupJustin M. Keyes2025-04-181-6/+6
| | | | | - brief should live at the top of each file - fix indentation for some docs
* fix(astro): using vim.fs.jointhpath concat path (#3741)glepnir2025-04-171-1/+1
| | | | | Problem: hardcord path symbol in get_typescript_server_path Solution: using vim.fs.joinpath to concat path
* feat(astroJS): add vim.lsp.config support (#3738)Tucker Hoog2025-04-171-0/+27