comment out shell option as it breaks prettierd formatting on windows

This commit is contained in:
2022-02-04 10:40:00 +03:00
parent c77782b908
commit 14820b1ef9

View File

@@ -31,9 +31,9 @@ opt.fillchars:append({ eob = " " })
opt.showtabline = 2 opt.showtabline = 2
opt.matchpairs:append({ "<:>" }) opt.matchpairs:append({ "<:>" })
if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
opt.shell = "powershell.exe" -- TODO: need to check if it works later -- opt.shell = "powershell.exe"
end -- end
-- Settings for folds -- Settings for folds
-- wo.foldmethod = "expr" -- wo.foldmethod = "expr"