comment out shell option as it breaks prettierd formatting on windows
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user