@@ -34,9 +34,13 @@ opt.incsearch = true
|
||||
|
||||
opt.termguicolors = true
|
||||
|
||||
opt.splitright = true
|
||||
opt.splitbelow = true
|
||||
|
||||
opt.scrolloff = 8
|
||||
opt.signcolumn = "yes"
|
||||
opt.isfname:append("@-@")
|
||||
opt.backspace = "indent,eol,start"
|
||||
|
||||
opt.updatetime = 50
|
||||
|
||||
@@ -44,7 +48,7 @@ opt.updatetime = 50
|
||||
if vim.fn.has("win32") == 1 then
|
||||
o.shell = "pwsh -nologo"
|
||||
o.shellcmdflag =
|
||||
"-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;"
|
||||
"-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;"
|
||||
o.shellredir = "2>&1 | Out-File -Encoding UTF8 %s; exit $LastExitCode"
|
||||
o.shellpipe = "2>&1 | Out-File -Encoding UTF8 %s; exit $LastExitCode"
|
||||
o.shellquote = ""
|
||||
|
||||
Reference in New Issue
Block a user