From 14820b1ef9e398895f991604b7c7e8d37856fe41 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 4 Feb 2022 10:40:00 +0300 Subject: [PATCH] comment out shell option as it breaks prettierd formatting on windows --- config/nvim/lua/user/options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/nvim/lua/user/options.lua b/config/nvim/lua/user/options.lua index cf63966..822373e 100644 --- a/config/nvim/lua/user/options.lua +++ b/config/nvim/lua/user/options.lua @@ -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"