all repos

init.lua @ 2b41e05514a83e23f35972885ab3f606f3594bf5

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(options): set schema by other way
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-22 23:09:11 +0300
Parent: f4ab045
M lua/core/options.lua

@@ -1,6 +1,6 @@

local o, g = vim.opt, vim.g -pcall(vim.cmd, [[colo kanagawa]]) +pcall(vim.cmd.colorscheme, "kanagawa") -- leader g.mapleader = " "