1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update theme doom-one settings

This commit is contained in:
jdhao 2021-10-06 13:55:41 +08:00
parent fefc56d1e2
commit c0f59bde8d

View File

@ -65,10 +65,6 @@ endfunction
function! s:my_theme_dict.doom_one() dict abort function! s:my_theme_dict.doom_one() dict abort
packadd! doom-one.nvim packadd! doom-one.nvim
let g:doom_one_terminal_color = v:true
let g:doom_one_italic_comments = v:true
let g:doom_one_cursor_coloring = v:true
colorscheme doom-one colorscheme doom-one
endfunction endfunction