askfiy
askfiy
@rekaerst This method may be better, it at least guarantees that `` is executed correctly: ``` local wk = require("which-key") local show = wk.show wk.show = function(keys, opts) if vim.bo.filetype...
So far, there are still performance issues. I have tried it on Linux, Windows, and Mac, which is really frustrating.
Me too, is your neovim version 0.7?
As a temporary fix: ``` local utils = require("nvim-tree.utils") ---@diagnostic disable-next-line: unused-local local function notify_level(level) return function(msg) vim.schedule(function() vim.api.nvim_echo({ { msg, "WarningMsg" } }, false, {}) end) end end utils.notify.warn...
2022-08-19: This is a relatively big update change - Lua plugins and Viml plugins need to be distinguished by adding _viml = true or false to the configuration file -...
我也是这种情况,但我是手动 pacman -U 安装的,现在 AUR 没办法装 deepin-wine-wechat ``` ==> 错误: 一个或多个文件没有通过有效性检查! -> 生成时出错: deepin-wine-wechat ``` 我每次关闭微信后重新打开都要重新安装一遍 .. 能详细的说说怎么解决的吗 @alienzj @vufa
更新后启动不了微信,双击图标没有任何反应 .. @vufa
> @askfiy 在终端里运行试试: > > ```shell > /opt/apps/com.qq.weixin.deepin/files/run.sh > ``` 内容有点长 : ``` $ /opt/apps/com.qq.weixin.deepin/files/run.sh ==> ERROR: Missing /home/askfiy/.deepinwine/Deepin-WeChat/drive_c/Program Files/Tencent/WeChat/WeChat.exe, re-deploying ... ==> Backing up fonts ... ==> Deploying /home/askfiy/.deepinwine/Deepin-WeChat...
> @askfiy没有出现问题,没有出现微信的安装界面吗? 没有出现。没反应的…
> @askfiy 如果是nvidia显卡,尝试安装 `lib32-nvidia-utils`: > > ```shell > sudo pacman -S lib32-nvidia-utils > ``` > > 再者尝试参照[README](https://github.com/vufa/deepin-wine-wechat-arch#%E5%B0%8F%E7%A8%8B%E5%BA%8F%E4%B8%AD%E5%AD%97%E4%BD%93%E6%98%BE%E7%A4%BA%E4%B8%BA%E6%96%B9%E6%A1%86)安装推荐字体: > > ```shell > yay -S noto-fonts-sc > ``` 这些步骤都做了,还是不能启动 = =