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"; # 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

View file

@ -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
]; ];
} }

View file

@ -19,4 +19,4 @@
;; Rust ;; Rust
(after! rustic (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() (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

View file

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

View file

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