helix.nix: format, add taplo
taplo is a toml language server
This commit is contained in:
parent
6fbbc2715b
commit
19d5664be5
1 changed files with 21 additions and 28 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
symlinkJoin,
|
||||
makeWrapper,
|
||||
helix,
|
||||
alejandra,
|
||||
basedpyright,
|
||||
bash-language-server,
|
||||
|
@ -16,6 +15,7 @@
|
|||
gdb,
|
||||
golangci-lint-langserver,
|
||||
gopls,
|
||||
helix,
|
||||
lazygit,
|
||||
lib,
|
||||
lldb_19,
|
||||
|
@ -30,6 +30,7 @@
|
|||
solargraph,
|
||||
stdenv,
|
||||
superhtml,
|
||||
taplo,
|
||||
tinymist,
|
||||
typescript-language-server,
|
||||
vscode-langservers-extracted,
|
||||
|
@ -276,38 +277,30 @@
|
|||
wrapped-helix = symlinkJoin {
|
||||
name = "helix-wrapped";
|
||||
paths = [
|
||||
helix
|
||||
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
clippy
|
||||
# typst lsp
|
||||
tinymist
|
||||
|
||||
# C/C++
|
||||
clang-tools
|
||||
|
||||
# Markdown
|
||||
marksman
|
||||
|
||||
# Nix
|
||||
nil
|
||||
lldb_19
|
||||
# Bash
|
||||
bash-language-server
|
||||
|
||||
# C/C++
|
||||
clang-tools
|
||||
clippy
|
||||
golangci-lint-langserver
|
||||
gopls
|
||||
helix
|
||||
lldb_19
|
||||
# Markdown
|
||||
marksman
|
||||
# Nix
|
||||
nil
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
# Shell
|
||||
shellcheck
|
||||
|
||||
# ruby
|
||||
solargraph
|
||||
|
||||
gopls
|
||||
golangci-lint-langserver
|
||||
|
||||
vscode-langservers-extracted
|
||||
|
||||
superhtml
|
||||
# toml
|
||||
taplo
|
||||
# typst
|
||||
tinymist
|
||||
# typst lsp
|
||||
vscode-langservers-extracted
|
||||
];
|
||||
buildInputs = [makeWrapper];
|
||||
postBuild = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue