Conversation
Co-authored-by: aiya000 <[email protected]>
There was a problem hiding this comment.
Pull request overview
Adds Neovim-focused installation guidance to improve discoverability and onboarding for Neovim users who want to use luarrow from their editor config.
Changes:
- Introduces a new “With Neovim” subsection under Installation
- Adds example snippets for lazy.nvim, packer.nvim, and vim-plug
- Adds a short snippet showing
require('luarrow')usage from a Neovim config
|
@copilot apply changes based on the comments in this thread |
Co-authored-by: aiya000 <[email protected]>
…ility Co-authored-by: aiya000 <[email protected]>
Co-authored-by: aiya000 <[email protected]>
|
@copilot |
…r Neovim Co-authored-by: aiya000 <[email protected]>
Added a new "Manually (git clone or git submodule)" subsection under "With Neovim" in commit e666072. It shows both methods and includes the |
@copilot |
… instructions Co-authored-by: aiya000 <[email protected]>
Applied both changes from the review in commit 93e624d:
|
Co-authored-by: Copilot <[email protected]>
|
@copilot apply changes based on the comments in this thread |
…and fix pcall double-require Co-authored-by: aiya000 <[email protected]>
Applied both changes from review #3869969712 in commit f5ba991:
|
|
TODO: Check on my Neovim |
…es in Lua snippets - Change double quotes to single quotes in lazy.nvim and packer.nvim snippets - Split LuaRocks setup into numbered steps (create luarocks.lua, require it, use luarrow) - Add TIP admonition noting luarocks.lua is reusable for other packages - Add NOTE admonition clarifying require() order in init.lua - Add horizontal separators around the LuaRocks setup section
|
Checked. |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: aiya000 <[email protected]>
luarrow-repotoluarrowin manual installation examples--lr-path/--lr-cpathflags withluarocks pathparsingvim.fn.executablecheck andpcall(require)validationtrim_trailing_separatorshelperluarocks path --lua-version 5.1for Neovim-compatible pathsio.popenfailsluarocks install --lua-version 5.1in package manager build commandspcallreturn value to avoid double-require``````→```on the require('luarocks') snippetlua:luarocks.lua→luafor correct syntax highlighting~/.config/nvim/l/ua/plugins.lua→~/.config/nvim/lua/plugins.luaOriginal prompt
Note
Custom agent used: PR Creator Agent
An agent creates PullRequests when assigned to an issue
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.