Frigus Nox theme for neovim
{
'Furash/frigus_nox_nvim',
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme('frigus-nox')
end
}Lazy.nvim:
vim.cmd.colorscheme('frigus-nox')The colorscheme automatically configures the following plugins if they are installed:
- lualine
- bufferline
No additional configuration is needed for these plugins - they will automatically use the Frigus Nox theme.
