Xinwen
Xinwen
Same problem when howdoi is installed via Homebrew.
TUN模式开启之后,关闭TUN,卸载服务,退出cvr,重启Mac,也不能上网
> TUN模式开启之后,关闭TUN,卸载服务,退出cvr,重启Mac,也不能上网 按照[文档faq](https://clash-verge-rev.github.io/faq/macos.html#macos)修改了设置之后,又把系统服务重新安装了,现在正常了
I encountered a similar problem. https://github.com/LazyVim/LazyVim/discussions/4559#discussion-7293831
Maybe you can give this a try: ```lua { "stevearc/conform.nvim", opts = function(_, opts) opts.formatters.sqlfluff = { args = { "format", "-" }, } end, } ``` And leave customizations...