mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
fix (#793)
This commit is contained in:
parent
748f0db485
commit
baaa7f0d4b
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ end
|
||||||
vim.opt.shadafile = "NONE"
|
vim.opt.shadafile = "NONE"
|
||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
vim.opt.shadafile = require("core.utils").load_config().options.shadafile
|
vim.opt.shadafile = require("core.utils").load_config().options.shadafile
|
||||||
vim.cmd [[ rsh ]]
|
vim.cmd [[ silent! rsh ]]
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue