Elias Almqvist 2 weeks ago
parent 6b7e602dbc
commit 0cbe0b5569
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 5
      doomemacs/.config/doom/config.el
  2. 4
      doomemacs/.config/doom/init.el
  3. 1
      nix-darwin/home.nix

@ -82,3 +82,8 @@
(drag-stuff-global-mode 1)
(map! :v "J" #'drag-stuff-down
:v "K" #'drag-stuff-up))
;; Format buffer bind
(map! :leader
(:prefix ("f" . "format")
:desc "Format buffer" "m" #'+format/buffer))

@ -151,7 +151,7 @@
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
(nix +lsp) ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
php ; perl's insecure younger brother
@ -166,7 +166,7 @@
;;rst ; ReST in peace
(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
(scala +lsp) ; java, but good
(scala +lsp +tree-sitter) ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor
;;sml

@ -163,6 +163,7 @@
# scala
metals
scalafmt
sbt
# formatters
shfmt

Loading…
Cancel
Save