Test
This commit is contained in:
parent
440e028516
commit
e4837e62aa
2 changed files with 5 additions and 3 deletions
home-manager/common/software/cli
|
@ -6,7 +6,9 @@
|
||||||
programs.ripgrep.enable = true;
|
programs.ripgrep.enable = true;
|
||||||
|
|
||||||
# Used for the LSP Python module
|
# Used for the LSP Python module
|
||||||
|
# https://github.com/doomemacs/doomemacs/tree/develop/modules/tools/lsp
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.python311Packages.python-lsp-server
|
pkgs.python311Packages.python-lsp-server
|
||||||
|
pkgs.rust-analyzer
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -117,11 +117,11 @@
|
||||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
org ; organize your plain life in plain text
|
org ; organize your plain life in plain text
|
||||||
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
|
||||||
web ; the tubes
|
web ; the tubes
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
python +lsp ; beautiful is better than ugly
|
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
sh +lsp ; she sells {ba,z,fi}sh shells on the C xor
|
(python +lsp) ; beautiful is better than ugly
|
||||||
|
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
|
|
||||||
;;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…
Add table
Reference in a new issue