diff options
author | Christian Chiarulli <[email protected]> | 2022-11-04 12:57:24 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-04 12:57:24 -0400 |
commit | 5ba80b10cf5b413d993435432d8c43a83511ce30 (patch) | |
tree | b316b50127be0620497bbad597f900a570e5d3b7 /lua/lvim/plugins.lua | |
parent | e10a8cca56e19692cf89498811bc89393fdb68e1 (diff) |
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 49b6fc23..5b093846 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -17,6 +17,9 @@ local core_plugins = { { "folke/tokyonight.nvim", }, + { + "lunarvim/lunar.nvim", + }, { "Tastyep/structlog.nvim" }, { "nvim-lua/popup.nvim" }, |