feat: updated neovim snippets;

feat: added gpg sign shortcut to neovim;
feat: yuck plugin;
refactor: my theme;
feat: tty color theme (for tty colors compatibility);
refactor: minor hyprland changes
This commit is contained in:
2025-07-04 21:17:03 +03:00
parent b5e2266787
commit bc499db140
7 changed files with 108 additions and 12 deletions

4
nvim/lua/plugins/eww.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
"elkowar/yuck.vim",
event = 'BufEnter',
}