aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index c710f99..e2fec46 100644
--- a/init.lua
+++ b/init.lua
@@ -4,7 +4,6 @@ vim.o.termguicolors = true
4vim.o.exrc = true 4vim.o.exrc = true
5 5
6if vim.fn.has("win32") then 6if vim.fn.has("win32") then
7 vim.o.shell = 'cmd.exe'
8 vim.opt.rtp:append(vim.fn.expand("$HOME\\scoop\\shims")) 7 vim.opt.rtp:append(vim.fn.expand("$HOME\\scoop\\shims"))
9end 8end
10 9
..