mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-07 03:14:35 +02:00
enc: update patch plugins
This commit is contained in:
parent
b341ee7246
commit
3b30870f04
6 changed files with 24 additions and 29 deletions
|
@ -71,3 +71,11 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
})
|
||||
|
||||
vim.opt.guicursor = "n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20"
|
||||
|
||||
local uname = vim.loop.os_uname()
|
||||
if uname.sysname == "Windows_NT" then
|
||||
vim.opt.shell = "pwsh"
|
||||
vim.opt.shellcmdflag = "-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command"
|
||||
vim.opt.shellquote = ""
|
||||
vim.opt.shellxquote = ""
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue