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";
|
# GTK_THEME = "Gruvbox-Dark-BL";
|
||||||
XDG_DATA_HOME = "$HOME/.local/share";
|
XDG_DATA_HOME = "$HOME/.local/share";
|
||||||
# Disable askpass for cli auth:
|
# Disable askpass for cli auth:
|
||||||
SSH_ASKPASS = "";
|
# SSH_ASKPASS = "";
|
||||||
};
|
};
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
# Build ISOs/SD Card Images
|
# Build ISOs/SD Card Images
|
||||||
|
|
|
@ -11,5 +11,6 @@
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.python311Packages.python-lsp-server
|
pkgs.python311Packages.python-lsp-server
|
||||||
pkgs.rust-analyzer
|
pkgs.rust-analyzer
|
||||||
|
pkgs.rnix-lsp
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -122,6 +122,7 @@
|
||||||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
(python +lsp) ; beautiful is better than ugly
|
(python +lsp) ; beautiful is better than ugly
|
||||||
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
|
(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...
|
;;agda ; types of types of types of types...
|
||||||
;;beancount ; mind the GAAP
|
;;beancount ; mind the GAAP
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
;; Themes - Test
|
;; Themes - Test
|
||||||
(package! gruvbox-theme)
|
|
||||||
|
|
|
@ -122,6 +122,7 @@
|
||||||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
(python +lsp) ; beautiful is better than ugly
|
(python +lsp) ; beautiful is better than ugly
|
||||||
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
|
(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...
|
;;agda ; types of types of types of types...
|
||||||
;;beancount ; mind the GAAP
|
;;beancount ; mind the GAAP
|
||||||
|
|
Loading…
Reference in a new issue