Home Gen418 @ 2024-11-01-22:03
This commit is contained in:
parent
0ff57119db
commit
35d4299445
@ -29,6 +29,7 @@
|
||||
lldb
|
||||
mermaid-filter
|
||||
mlocate
|
||||
nixd
|
||||
nodejs_22
|
||||
pandoc
|
||||
pandoc-katex
|
||||
|
||||
@ -149,6 +149,14 @@
|
||||
|
||||
(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
|
||||
(after! treesit
|
||||
(load! "packages/treesit-docgen.el")
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
htop
|
||||
killall
|
||||
neofetch
|
||||
nil
|
||||
nix-search-cli
|
||||
nixpkgs-fmt
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user