Add rnix-lsp
This commit is contained in:
parent
3bc03f21e0
commit
0ce8df971e
6 changed files with 6 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
# GTK_THEME = "Gruvbox-Dark-BL";
|
||||
XDG_DATA_HOME = "$HOME/.local/share";
|
||||
# Disable askpass for cli auth:
|
||||
SSH_ASKPASS = "";
|
||||
# SSH_ASKPASS = "";
|
||||
};
|
||||
bashrcExtra = ''
|
||||
# Build ISOs/SD Card Images
|
||||
|
|
|
@ -11,5 +11,6 @@
|
|||
home.packages = [
|
||||
pkgs.python311Packages.python-lsp-server
|
||||
pkgs.rust-analyzer
|
||||
pkgs.rnix-lsp
|
||||
];
|
||||
}
|
|
@ -19,4 +19,4 @@
|
|||
|
||||
;; Rust
|
||||
(after! rustic
|
||||
(setq rustic-lsp-server 'rls))
|
||||
(setq rustic-lsp-server 'rls))
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
(python +lsp) ; beautiful is better than ugly
|
||||
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
|
||||
(nix +lsp) ; Nix LSP
|
||||
|
||||
;;agda ; types of types of types of types...
|
||||
;;beancount ; mind the GAAP
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
;; Themes - Test
|
||||
(package! gruvbox-theme)
|
||||
;; Themes - Test
|
|
@ -122,6 +122,7 @@
|
|||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
(python +lsp) ; beautiful is better than ugly
|
||||
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
|
||||
(nix +lsp) ; Nix LSP
|
||||
|
||||
;;agda ; types of types of types of types...
|
||||
;;beancount ; mind the GAAP
|
||||
|
|
Loading…
Reference in a new issue