aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/cssls.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-46/+0
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-3/+2
| | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* fix(css): update root pattern (#1264)pedro7572021-09-161-4/+2
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-2/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-7/+7
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-13/+13
|
* fix(cssls): fix linting erros (#977)Michael Lingelbach2021-06-131-2/+1
|
* docs(cssls): update installation for vscode-css-language-serverBen Frain2021-06-131-6/+8
| | | * Update to provide updated CSS instructions
* Added description to introduce csslsnabezokodaikon2021-04-141-0/+13
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-20/+1
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+56