all repos

init.lua @ de6c0d1

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(options): change the way of loading colortheme
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-04-15 01:22:05 +0300
Parent: fe59924
M lua/plugins/core.lua

@@ -9,7 +9,7 @@ { "wakatime/vim-wakatime", event = "VeryLazy" },

{ "folke/tokyonight.nvim", lazy = false, - config = function() + init = function() vim.cmd.colorscheme "tokyonight-night" end, },