foot,hyprland,neovim: Update to use kanagawa

This commit is contained in:
caem 2024-06-23 23:08:59 +02:00
parent 050f445323
commit 67ddcbf7e6
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 28 additions and 1 deletions

View file

@ -15,6 +15,7 @@ local options = {
incsearch = true,
hlsearch = false,
backup = false,
termguicolors = true,
}
for option, value in pairs(options) do