Martins3 / My-Linux-Config

:clap: Modern neovim configuration based on native lsp
https://martins3.github.io/My-Linux-Config/
GNU General Public License v3.0
323 stars 62 forks source link

mac os 报错 #160

Open Hehe72-lang opened 2 weeks ago

Hehe72-lang commented 2 weeks ago

大神 我在用m1 mac air配置的时候一直报一个错: 33 lua require 'usr' 这一行报 [im-select]: binary tools missed, please follow installation manual in README

我本机是安装了lua的,很奇怪 网上也没找到解决方案

Hehe72-lang commented 2 weeks ago

100 null-ls: require("null-ls.health").check() 101 102 - ERROR prettier: the command "prettier" is not executable. 103 - ERROR black: the command "black" is not executable. 104 - ERROR stylua: the command "stylua" is not executable.

231 - ERROR rg: not found. live-grep finder will not function without BurntSushi/ripgrep installed.

Martins3 commented 2 weeks ago

https://github.com/Martins3/My-Linux-Config/blob/master/docs/nvim.md#%E5%AE%89%E8%A3%85%E5%90%84%E7%A7%8D-lsp

执行下 :Mason 看看

UncleWangNearBy commented 2 weeks ago

我这也碰到了这个问题, 执行:Mason 看起来没有异常,并且我的mac和centos 7均有上述问题

Martins3 commented 2 weeks ago

https://github.com/Martins3/My-Linux-Config/blob/64e3e63f03457328bb889512842055b2ebcde145/nvim/lua/usr/init.lua#L25 删除掉,不加载它。这个插件是做 输入法自动切换的。

Martins3 commented 2 weeks ago

之后会补充对应的说明

UncleWangNearBy commented 2 weeks ago

之后会补充对应的说明

感谢