1 files changed,
1 insertions(+),
1 deletions(-)
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 = " "