- adapting Transparency from Terminal
YAZI
    - Keymaps for work related folders
ZSH
    - updated aliases
This commit is contained in:
Thomas Naderer
2025-01-03 13:13:25 +01:00
parent 72aebc7017
commit 9a589412c8
6 changed files with 136 additions and 118 deletions

View File

@@ -7,3 +7,9 @@ vim.opt.expandtab = true -- Use spaces instead of tabs
vim.cmd [[colorscheme tokyonight]]
vim.cmd [[set spelllang=en]]
vim.cmd([[
highlight Normal ctermbg=none guibg=none
highlight NonText ctermbg=none guibg=none
]])