File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -839,13 +839,16 @@ require('lazy').setup({
839839 -- change the command in the config to whatever the name of that colorscheme is.
840840 --
841841 -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
842- ' folke/tokyonight.nvim' ,
842+ -- 'folke/tokyonight.nvim',
843+ ' oxfist/night-owl.nvim' ,
844+ lazy = false ,
843845 priority = 1000 , -- Make sure to load this before all the other start plugins.
844846 init = function ()
845847 -- Load the colorscheme here.
846848 -- Like many other themes, this one has different styles, and you could load
847849 -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
848- vim .cmd .colorscheme ' tokyonight-night'
850+ -- vim.cmd.colorscheme 'tokyonight-night'
851+ vim .cmd .colorscheme ' night-owl'
849852
850853 -- You can configure highlights by doing something like:
851854 vim .cmd .hi ' Comment gui=none'
You can’t perform that action at this time.
0 commit comments