Compare commits

..

3 Commits

Author SHA1 Message Date
exu
1c5fcf5552 Fix hl-todo keyword. Set yaml-indent to 2 spaces 2024-10-11 09:50:08 +02:00
exu
e24ef3c07e Enable yaml lsp 2024-10-11 09:50:02 +02:00
exu
cfcb78b12f Finally got 2 space formatting 2024-10-11 09:49:46 +02:00
3 changed files with 190 additions and 184 deletions

View File

@ -65,6 +65,7 @@
;;(require 'magit-gitflow)
;;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
(after! hl-todo
(setq hl-todo-keyword-faces
'(("TODO" . "#EACD4B")
("FIXME" . "#F43633")
@ -72,7 +73,7 @@
("DEPRECATED" . "#7F7F7F")
("HACK" . "#7D5587")
("REVIEW" . "#3DADC6")
("OHGODTHEHORROR" . "#FC7702")))
("OHGODTHEHORROR" . "#FC7702"))))
;; Less delay for company to show up
(setq company-idle-delay 0)
@ -131,3 +132,6 @@
"k" 'comment-or-uncomment-region
:desc "Sort lines"
"s" 'sort-lines))
(after! yaml-mode
(setq yaml-indent 2))

View File

@ -173,7 +173,7 @@
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
(web +lsp) ; the tubes
yaml ; JSON, but readable
(yaml +lsp) ; JSON, but readable
;;zig ; C, but simpler
:email

View File

@ -32,6 +32,17 @@
# select the lines and use 'M-x sort-lines'
name: "{{ item }}"
loop:
#- gnome-keyring
#- hdparm
#- libaacs
#- libbluray
#- libcdio
#- libdvdcss
#- libdvdnav
#- libdvdread
#- libsecret
#- phonon-qt5-gstreamer
#- seahorse
- aardvark-dns # containers
- amd-ucode # microcode
- ansible # iac
@ -56,6 +67,7 @@
- firefox # browser
- firewalld # firewall
- fish # shell
- flatpak
- flatpak # packages
- freetype2 # fonts
- fuse-overlayfs # containers
@ -174,18 +186,8 @@
- xdg-user-dirs # standards
- xdg-utils # standards
- xfsprogs # xfs
- yaml-language-server # code
- yt-dlp
#- gnome-keyring
#- hdparm
#- libaacs
#- libbluray
#- libcdio
#- libdvdcss
#- libdvdnav
#- libdvdread
#- libsecret
#- phonon-qt5-gstreamer
#- seahorse
# - dockerfile-language-server # code # AUR
# - dockfmt # AUR
# - refind-theme-nord # bootmenu # AUR