Home Gen418 @ 2024-11-01-22:03

This commit is contained in:
Jonas Röger 2024-11-01 22:03:10 +01:00
parent 0ff57119db
commit 35d4299445
3 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,7 @@
lldb lldb
mermaid-filter mermaid-filter
mlocate mlocate
nixd
nodejs_22 nodejs_22
pandoc pandoc
pandoc-katex pandoc-katex

View File

@ -149,6 +149,14 @@
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode)) (set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))
;; nixd
(after! 'lsp-mode
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection "nixd")
:major-modes '(nix-mode)
:priority 0
:server-id 'nixd)))
;;Use TS-modes ;;Use TS-modes
(after! treesit (after! treesit
(load! "packages/treesit-docgen.el") (load! "packages/treesit-docgen.el")

View File

@ -7,7 +7,6 @@
htop htop
killall killall
neofetch neofetch
nil
nix-search-cli nix-search-cli
nixpkgs-fmt nixpkgs-fmt
pass pass