diff --git a/lua/plugins/visual.lua b/lua/plugins/visual.lua index b92e566..90579ce 100644 --- a/lua/plugins/visual.lua +++ b/lua/plugins/visual.lua @@ -4,8 +4,17 @@ return { dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = false, config = function() - require("lualine").setup() + require("lualine").setup() end, - } + }, + { + "bluz71/vim-moonfly-colors", + lazy = false, + config = function() + vim.cmd.colorscheme("moonfly") + end, + }, + { "EdenEast/nightfox.nvim", lazy = false }, + { "oxfist/night-owl.nvim", lazy = false }, }