home: WIP fix terminal colors
This commit is contained in:
@@ -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\+$/
|
||||
|
||||
Reference in New Issue
Block a user