all repos

init.lua @ 3ffd7d5

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor: use bash instead of sh as in vim shell
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-17 23:50:20 +0200
Parent: e271a02
M lua/core/options.lua

@@ -2,7 +2,7 @@ require("core.diagnostic").setup()

vim.g.editorconfig = true -vim.opt.shell = "/bin/sh" -- fixex issues with fish shell +vim.opt.shell = "/bin/bash" -- fixes issues with fish shell -- leader vim.g.mapleader = " "