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

View File

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

View File

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