ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.91k stars 458 forks source link

Error detected while processing C:\Users\Hp\AppData\Local\nvim\init.lua #1102

Closed SouthCraftX closed 8 months ago

SouthCraftX commented 9 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.4 Build type: Release LuaJIT 2.1.1700008891 system vimrc file: "$VIM\sysinit.vim" fall-back for $VIM: "/ucrt64/share/nvim" Run :checkhealth for more info

Operating system/version

Windows 11 23H2

Terminal name/version

Windows Terminal 1.17.11461.0

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

在执行一键安装脚本后,用nvim命令启动nvim

Expected behavior

正常工作

Actual behavior

屏幕截图 2023-12-17 172800

Additional information

安装时遇到错误 屏幕截图 2023-12-17 173600

Jint-lzxy commented 9 months ago

Type in the following when u're in cmd mode:

:=string.format("DOS: %s\n$HOME: %s", vim.loop.os_uname().sysname == "Windows_NT", os.getenv("USERPROFILE"))

What do u see?

ayamir commented 8 months ago

close due to inactivity.

PurpleAFK commented 7 months ago

Type in the following when u're in cmd mode:

:=string.format("DOS: %s\n$HOME: %s", vim.loop.os_uname().sysname == "Windows_NT", os.getenv("USERPROFILE"))

What do u see?

I have the same issue i get this output after using the command:

DOS: true $HOME: C:\Users\ayanr