tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
helix: remove marksman as a markdown lsp
wiro.world
4 weeks ago
c24d9360
36062a46
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
helix.nix
+1
-1
home-manager/fragments/helix.nix
···
153
153
[
154
154
(mk-lang "html" [ "vscode-html-language-server" ] { })
155
155
(mk-lang "hcl" [ "terraform-ls" "tofu-ls" ] { })
156
156
-
(mk-lang "markdown" [ "marksman" ] { })
156
156
+
(mk-lang "markdown" [ ] { }) # removed "marksman"
157
157
(mk-lang "nix" [ "nil" ] { })
158
158
(mk-lang "ocaml" [ "ocamllsp" ] { })
159
159
(mk-lang "python" [ "ruff" "jedi" "pylsp" ] { })