install feh if not done already (only installed with i3)

This commit is contained in:
2024-04-23 11:31:53 +02:00
parent ca6925d998
commit 3644648027
3 changed files with 7 additions and 1 deletions

View File

@@ -34,3 +34,7 @@ vim.keymap.set('n', 'Y', 'y$', {noremap=true})
-- insert empty line below or above
vim.keymap.set('n', '<CR>', 'o<Esc>k')
vim.keymap.set('n', '<C-o>', 'O<Esc>j')
vim.opt.termguicolors = false
use ('dylanaraps/wal.vim')
vim.cmd 'colorscheme wal'