Adding Nightfox theme
Signed-off-by: Oséias K. Rocha <orocha@ael.com.br>
This commit is contained in:
parent
6cf6478f84
commit
17e35a2bd6
4
init.lua
4
init.lua
|
@ -805,6 +805,10 @@ require('lazy').setup({
|
|||
-- change the command in the config to whatever the name of that colorscheme is.
|
||||
--
|
||||
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
||||
'EdenEast/nightfox.nvim',
|
||||
-- init = function()
|
||||
-- vim.cmd 'colorscheme carbonfox'
|
||||
-- end,
|
||||
'catppuccin/nvim',
|
||||
flavor = 'mocha',
|
||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||
|
|
Loading…
Reference in New Issue