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