-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More info on install #31
Comments
nah, I wish i discovered lazy.nvim when i tried nvim the first time, at the moment I just use packer for all packages and simply adding this line as use statement installs codesnap nvim package, but apparently does not servers run the rust build/install command.
on init |
The reason of this because the Install this plugin use packer you configure like this:
|
that's exactly how I added it, every time I try to reset it ends the same way |
After refactor, this issue may out of stale, can you try with latest version? |
new error!
|
Can you provide your OS version and neovim version? |
Ubuntu 23.10 |
This issue may relate to which arch you use. What output of execute |
Linux picklelap 6.5.0-25-generic #25-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 7 14:58:39 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux |
Hi! CodeSnap was refactored, you can reinstall follow the latest README, if have any problems just let me know |
Did not work either
|
I had the same issue with the module
I fixed the issue by using version {
"mistricky/codesnap.nvim",
lazy = true,
version = "0.0.11",
build = "make",
cmd = "CodeSnapPreviewOn",
opts = {
mac_window_bar = false, -- (Optional) MacOS style title bar switch
},
config = function(_, opts)
require("codesnap").setup(opts)
end,
}, |
Hello guys @Simon9991 @alekspickle, this issue has been open for too long, something has changed since I released v1, can you guys test this bug in the latest version? if still not working properly, please let me know. |
Hi, |
Works like intended! Thank you but just out of curiosity, do you have the process of install described somewhere? I also want to write nvim plugin with rust backend |
Hi @alekspickle sorry for replying late.
Nope yet. CodeSnap.nvim is written by rust, and exposes FFI to communicate with Lua modules, if you are interested in this solution, you can check this repo |
Maybe I'm stupid, but while trying to install, I just added specified line to packer plugin list, and I get this error on init:
I mean I get that server-snap is not installed, but at which point should it? and is there some command that copies rust binary to path or something? kinda confused it has not happened yet
The text was updated successfully, but these errors were encountered: