aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-30 01:58:47 +0800
committerjdhao <jdhao@hotmail.com>2021-07-30 01:58:47 +0800
commit116be0f851aab7ea723c4fcd9a7762e4bf683682 (patch)
treeeb473cfb9b5f55ee2078538eafbe9f2e4cb18590 /lua/plugins.lua
parente4cfefe76b61457142acbc1dac9dbf1cb98b5bd4 (diff)
Add doom-one colorscheme
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 4f9a58a..ad2c4ba 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -95,7 +95,7 @@ require('packer').startup(
use 'sainnhe/sonokai'
use 'sainnhe/gruvbox-material'
use 'shaunsingh/nord.nvim'
-
+ use 'NTBBloodbath/doom-one.nvim'
-- colorful status line and theme
use 'vim-airline/vim-airline-themes'
use 'vim-airline/vim-airline'