Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1001 Bytes

File metadata and controls

62 lines (48 loc) · 1001 Bytes

Quickshell Docs

Documentation for quickshell Hosted version at quickshell.org

Frontend rewritten by Xanazf


Development

Install language server attribution

[!INFO] Yarn

yarn dlx @yarnpkg/sdks base

======

[!INFO] NPM

npx @yarnpkg/sdks base

Enable the language server to use yarn sdks

[!NOTE] Example for Neovim

{
 -- ...
 typescript = {
   -- ...
   tsdk = "./.yarn/sdks/typescript/lib",
   -- ...
 },
 -- or whatever language server you're using
 vtsls = {
   autoUseWorkspaceTsdk = true,
 }
}

Notes for future updates

- improve Head

  • improve light theme
  • QtQML docs search
  • page metadata:
    • min_version
    • max_version
    • edit_URL
  • typedocs clearer borders between layout parts
  • better front page styling