We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Neovim v0.9.0, I have vim.opt.wrap = true included in my init.lua. This setting is turned to false if I do the following:
vim.opt.wrap = true
init.lua
false
nvim
The same also applies to buffers loaded through Firenvim embeded in Firefox.
If I load a file directly through nvim example.txt or disable veil.nvim via Packer, I no longer have this issue.
nvim example.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Neovim v0.9.0, I have
vim.opt.wrap = true
included in myinit.lua
. This setting is turned tofalse
if I do the following:nvim
with Veil's buffer loaded automatically with this configuration: veil.lua.txtThe same also applies to buffers loaded through Firenvim embeded in Firefox.
If I load a file directly through
nvim example.txt
or disable veil.nvim via Packer, I no longer have this issue.The text was updated successfully, but these errors were encountered: