feat: add cloc to dev packages and disable ligatures only on cursor in kitty

This commit is contained in:
oddlama 2023-09-04 16:19:03 +02:00
parent 09798a5b24
commit 9a1a7be247
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 2 deletions

View file

@ -20,8 +20,8 @@
# Do not wait for inherited child processes.
close_on_child_death = "yes";
# Disable ligatures.
disable_ligatures = "always";
# Disable ligatures when the cursor is on them.
disable_ligatures = "cursor";
# Modified onehalfdark color scheme
foreground = "#c9d3e5";