1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-13 16:34:50 +0300
Parent:
3160646
M
lua/core/options.lua
@@ -6,7 +6,7 @@ vim.opt.shell = "/bin/bash" -- fixes issues with fish shell
-- leader vim.g.mapleader = " " -vim.g.maplocalleader = "," +vim.g.maplocalleader = "\\" -- indenting vim.o.smartindent = true@@ -33,7 +33,7 @@ vim.o.splitright = true
vim.o.pumheight = 8 vim.o.numberwidth = 4 vim.o.scrolloff = 8 -vim.o.sidescrolloff = 8 +vim.o.sidescrolloff = 12 vim.o.signcolumn = "yes" vim.o.hidden = true vim.o.title = true