Add rnix-lsp

This commit is contained in:
iFargle 2023-10-16 12:39:13 +09:00
parent 3bc03f21e0
commit 0ce8df971e
6 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -11,5 +11,6 @@
home.packages = [
pkgs.python311Packages.python-lsp-server
pkgs.rust-analyzer
pkgs.rnix-lsp
];
}

View file

@ -19,4 +19,4 @@
;; Rust
(after! rustic
(setq rustic-lsp-server 'rls))
(setq rustic-lsp-server 'rls))

View file

@ -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

View file

@ -1,2 +1 @@
;; Themes - Test
(package! gruvbox-theme)
;; Themes - Test

View file

@ -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