speedie-nvim | Add new config

This commit is contained in:
Jacob 2024-01-19 18:42:01 +01:00
parent 56499d3d5c
commit f3bf5aeb37

View file

@ -103,8 +103,8 @@ opt.background = 'dark' -- Set background to dark
highlight(0, 'Normal', { fg='#ffffff', bg='#222222' })
highlight(0, 'EndOfBuffer', { fg='#ffffff', bg='#222222' })
highlight(0, 'Folded', { fg='#afeeee', bg='#333333' })
highlight(0, 'SpellBad', { undercurl=true, fg='#ff0000', bg=none, term=underline, cterm=undercurl })
highlight(0, 'SpellCap', { undercurl=true, fg='#ffff00', bg=none, term=underline, cterm=undercurl })
highlight(0, 'SpellBad', { undercurl=true, fg='#ff0000' })
highlight(0, 'SpellCap', { undercurl=true, fg='#ffff00' })
keymap('n', '<C-h>', '<C-w>h', { noremap = true, silent = true })
keymap('n', '<C-j>', '<C-w>j', { noremap = true, silent = true })