From f86740fc88f1d71f0e0c0ac4c798e0c6753037c6 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 22 May 2022 21:18:16 +0300 Subject: [PATCH] remove comment --- neovim/.config/nvim/lua/user/options.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neovim/.config/nvim/lua/user/options.lua b/neovim/.config/nvim/lua/user/options.lua index 6ebc3cf..59a05d4 100644 --- a/neovim/.config/nvim/lua/user/options.lua +++ b/neovim/.config/nvim/lua/user/options.lua @@ -41,7 +41,3 @@ opt.colorcolumn = "120" opt.autoread = true opt.showmode = false opt.redrawtime = 4000 - --- if vim.fn.has("win32") == 1 then --- opt.shell = "powershell.exe" --- end