3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

home: WIP fix terminal colors

This commit is contained in:
2024-12-19 17:42:35 +01:00
parent 4346f269da
commit 1eb3cdcc13
2 changed files with 79 additions and 48 deletions

View File

@@ -119,6 +119,9 @@ in {
nnoremap <C-s> <cmd>Telescope find_files<cr>
nnoremap <C-g> <cmd>Telescope live_grep<cr>
" Don't darken the background
autocmd VimEnter * highlight normal ctermbg=NONE guibg=NONE
" Show trailing whitespace
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/