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

change onedark theme to onedark.nvim

This commit is contained in:
jdhao
2021-07-17 01:49:15 +08:00
parent 155d9a1f9b
commit d7ad230e01
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ function! s:my_theme_dict.solarized8() dict abort
endfunction
function! s:my_theme_dict.onedark() dict abort
let g:onedark_terminal_italics = 1
colorscheme onedark
endfunction