diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-17 01:49:15 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-17 01:49:15 +0800 |
| commit | d7ad230e014c4c3544b991b2e0a982f783fe6f8d (patch) | |
| tree | 147064d2a33288b0107613f72082c381aadc6fd3 | |
| parent | 155d9a1f9b4550a65e6a49db72bbb074e43b46c5 (diff) | |
change onedark theme to onedark.nvim
| -rw-r--r-- | core/ui.vim | 1 | ||||
| -rw-r--r-- | lua/plugins.lua | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/core/ui.vim b/core/ui.vim index 331c94f..5322a9e 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -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 diff --git a/lua/plugins.lua b/lua/plugins.lua index 2d92d37..0c908bb 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -89,7 +89,7 @@ require('packer').startup( use 'lifepillar/vim-gruvbox8' use 'ajmwagar/vim-deus' use 'lifepillar/vim-solarized8' - use {'joshdick/onedark.vim', branch = 'main'} + use 'navarasu/onedark.nvim' use 'KeitaNakamura/neodark.vim' use 'sainnhe/edge' use 'sainnhe/sonokai' |
