它具有您所期望的基本功能,它提供延迟加载功能,支持 luarocks(就像 lua 的包管理器),它可以处理“本地插件”。 并做其他我不明白的事情,但关键是它是一个功能完整的插件管理器。 vim-packager 这个不是用 lua 编写的,但我想添加它,因为它确实提供了一个 lua api。 它提供了比 paq 更多的功能,但没有 paq ...
*.rockspec声明依赖,然后luarocks install 使用http://luarocks.org托管 Vim 插件 除此外, rocks.nvim 还引入了rocks.toml让用户用Cargo.toml的语法声明需要安装的 Vim 插件。 作为一个尝试, rocks.nvim 面临和 coc.nvim 一样的问题: 生态。很多 Vim 插件并未被发布到http://luarocks.org上。所以该作者发...
不要填充 Lua 字符串! 关于Vimscript <-> Lua 之间类型转换的注意事项 变量转换时会创建一个副本 并不是总能进行类型转换 Vim booleans 设置linters/language servers luacheck sumneko/lua-language-server coc.nvim 调试Lua 代码 调试Lua 设置的按键映射 / 用户命令 / 自动命令 测试Lua 代码 使用Luarocks 包...
Plug 'camspiers/snap' 用vim-插头,您将需要使用luarocks手动,如果你想安装fzy ,可能最好还是使用fzf如果你正在使用vim插头。 半可选依赖 要使用以下snap组件,您需要指定的依赖项,但并非所有组件都需要,例如,您可能应该在fzy和fzf之间选择作为您的主要使用者。 成分 依赖 consumer.fzy ...
nix shell"github:nvim-neorocks/neorocks"busted Without Nix (usingnlua) See:mfussenegger/nlua Withoutnlua To runbustedtests locally, withoutneorocksorneolua... Installlua 5.1andluarockswith your distribution's package manager. Addluarocks,lua_modulesand.luarocksto your project's.gitignore. ...
Modules labeled 'neovim' - LuaRocks nvimawesome (nvim-awesome.vercel.app)neovimcraft 学习 Vim &...
🌒 Neovim plugin management inspired by Cargo, powered by luarocks plugin-manager focus.nvim 725 26 created 4 years ago / updated 16 days ago Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on ster...
RuntimeError: /usr/local/opt/luarocks not present or broken Please reinstall luarocks. Sorry :( 言われるがままにluarocksを別途インストール。 $ brew install luarocks ==> Installing dependencies for luarocks: lua ==> Installing luarocks dependency: lua ...
Luarocks ERROR Failed to run healthcheck for "lazy" plugin. Exception: .local/share/nvim/lazy/lazy.nvim/lua/lazy/health.lua:132: attempt to index field 'rocks' (a nil value) lua path config lazy-evaluation neovim Share Improve this question Follow edited Aug 5 at 8...
It lets you use Neovim as Lua interpreter for luarocks. This in turn allows you to run tools like busted to test Neovim plugins. It allows tools like local-lua-debugger-vscode to use the Neovim Lua. Enabling debugging of busted test cases for Neovim plugins. See: Using Neovim as Lua int...