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"