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.matchpairs:append({ "<:>" })
|
||||
|
||||
if vim.fn.has("win32") == 1 then
|
||||
opt.shell = "powershell.exe" -- TODO: need to check if it works later
|
||||
end
|
||||
-- if vim.fn.has("win32") == 1 then
|
||||
-- opt.shell = "powershell.exe"
|
||||
-- end
|
||||
|
||||
-- Settings for folds
|
||||
-- wo.foldmethod = "expr"
|
||||
|
||||
Reference in New Issue
Block a user