wayland-wm: sunsetr hyprlock

This commit is contained in:
js0ny 2025-12-01 01:47:58 +00:00
parent 91b011a725
commit 47d967bfc9
26 changed files with 326 additions and 96 deletions

View file

@ -0,0 +1,7 @@
---@type vim.lsp.Config
return {
cmd = { "svelteserver" },
root_markers = { "package.json", "svelte.config.js" },
filetypes = { "svelte" },
settings = {},
}