noearc / jieba.nvim

基于jieba-lua的neovim中文词跳转
MIT License
12 stars 2 forks source link

macos utf8 bug #1

Closed cxwx closed 1 month ago

cxwx commented 4 months ago
E5108: Error executing lua ...chenxu/.local/share/nvim/lazy/jieba-lua/lua/jb_utils.lua:2: m
odule 'lua-utf8' not found:
        no field package.preload['lua-utf8']
cache_loader: module lua-utf8 not found
cache_loader_lib: module lua-utf8 not found
        no file './lua-utf8.lua'
        no file '/opt/homebrew/share/luajit-2.1/lua-utf8.lua'
        no file '/usr/local/share/lua/5.1/lua-utf8.lua'
        no file '/usr/local/share/lua/5.1/lua-utf8/init.lua'
        no file '/opt/homebrew/share/lua/5.1/lua-utf8.lua'
        no file '/opt/homebrew/share/lua/5.1/lua-utf8/init.lua'
        no file './lua-utf8.so'
cxwx commented 1 month ago

after upgrade lua this problem disable