File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ require('lazy').setup({
788788 -- Load the colorscheme here.
789789 -- Like many other themes, this one has different styles, and you could load
790790 -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
791- vim .cmd .colorscheme ' tokyonight-night '
791+ vim .cmd .colorscheme ' tokyonight-storm '
792792
793793 -- You can configure highlights by doing something like:
794794 vim .cmd .hi ' Comment gui=none'
@@ -889,7 +889,7 @@ require('lazy').setup({
889889 --
890890 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
891891 -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
892- -- { import = 'custom.plugins' },
892+ { import = ' custom.plugins' },
893893}, {
894894 ui = {
895895 -- If you are using a Nerd Font: set icons to an empty table which will use the
You can’t perform that action at this time.
0 commit comments