diff options
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index ac3b28b..d6176a1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -48,6 +48,8 @@ return packer.startup(function(use) -- Colorschemes use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out use "lunarvim/darkplus.nvim" + use 'tiagovla/tokyodark.nvim' + -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins |
