Update diff colors
This commit is contained in:
parent
e8ebb5d0e8
commit
0f00298156
|
@ -36,6 +36,9 @@ hi preproc cterm=none ctermfg=1 ctermbg=0
|
||||||
hi identifier cterm=none ctermfg=4 ctermbg=0
|
hi identifier cterm=none ctermfg=4 ctermbg=0
|
||||||
hi constant cterm=none ctermfg=1
|
hi constant cterm=none ctermfg=1
|
||||||
hi nontext ctermfg=0 ctermbg=0
|
hi nontext ctermfg=0 ctermbg=0
|
||||||
|
hi diffoldfile cterm=none ctermfg=1
|
||||||
|
hi diffremoved cterm=none ctermfg=1
|
||||||
|
hi diffadded cterm=none ctermfg=2
|
||||||
|
|
||||||
" TODO: diagnostics popups, telescope dialogs
|
" TODO: diagnostics popups, telescope dialogs
|
||||||
|
|
||||||
|
|
|
@ -75,15 +75,13 @@ endfun
|
||||||
nnoremap <c-m> :call SynGroup()<cr>
|
nnoremap <c-m> :call SynGroup()<cr>
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- vim.api.nvim_command[[
|
vim.api.nvim_command[[
|
||||||
-- command! W write
|
command! W write
|
||||||
-- augroup oncommit
|
command! X writequit
|
||||||
-- au! BufReadPost *
|
augroup gitcommit
|
||||||
-- if stridx(&ft, 'commit') >= 0
|
au! VimEnter COMMIT_EDITMSG exec 'norm gg' | startinsert!
|
||||||
-- exe "startinsert!"
|
augroup END
|
||||||
-- endif
|
augroup slime
|
||||||
-- augroup END
|
au! BufNewFile,BufRead *.slimleex set syntax=slim
|
||||||
-- augroup slime
|
augroup END
|
||||||
-- au! BufNewFile,BufRead *.slimleex set syntax=slim
|
]]
|
||||||
-- augroup END
|
|
||||||
-- ]]
|
|
||||||
|
|
Reference in a new issue