all repos

init.lua @ 015165bbdd4fbd9f691a810093ae8da3424cefbd

my nvim config
2 files changed, 2 insertions(+), 2 deletions(-)
refactor: change localleader back to ,
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-13 17:15:38 +0200
Parent: 71addb1
M lua/core/options.lua

@@ -6,7 +6,7 @@ vim.opt.shell = "/bin/sh" -- fixex issues with fish shell

-- leader vim.g.mapleader = " " -vim.g.maplocalleader = ";" +vim.g.maplocalleader = "," -- indenting vim.o.smartindent = true
M lua/plugins/navigation.lua

@@ -66,7 +66,7 @@ ["<C-c>"] = "actions.close",

["<C-[>"] = "actions.close", ["-"] = "actions.open_cwd", - [","] = "actions.parent", + [";"] = "actions.parent", ["\\"] = "actions.cd", ["C-\\"] = "actions.tcd",