File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -839,16 +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',
843- ' oxfist/night-owl.nvim' ,
842+ ' folke/tokyonight.nvim' ,
843+ -- 'oxfist/night-owl.nvim',
844844 lazy = false ,
845845 priority = 1000 , -- Make sure to load this before all the other start plugins.
846846 init = function ()
847847 -- Load the colorscheme here.
848848 -- Like many other themes, this one has different styles, and you could load
849849 -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
850- -- vim.cmd.colorscheme 'tokyonight-night'
851- vim .cmd .colorscheme ' night-owl'
850+ vim .cmd .colorscheme ' tokyonight-night'
851+ -- vim.cmd.colorscheme 'night-owl'
852852
853853 -- You can configure highlights by doing something like:
854854 vim .cmd .hi ' Comment gui=none'
You can’t perform that action at this time.
0 commit comments