Replies: 1 comment
-
So the issue here is that the flatpak needs access to the zk executable, and it does not. I'm not sure of the rules for FlatPak sandboxing, but I'd imagine running arbitrary executables from the host machine is not allowed. Have you tried installing zk via mason? You could run into issues having multiple installs of zk: i.e. different versions of zk. However, if you only use zk through neovim, it should be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
How can we help you?
I migrated my laptop from Manjaro (based on Arch) to Tuxedo OS (based on Ubuntu) and installed nvim Flatpak version, as the version in the repos is too old. I installed
zk
as recommended in the README. The install on Manjaro worked without issues and I copied the config during the migration.When I open a file with
zk
, I get the following error message and the zk language server is not started:Here is my nvim init config
~/.config/nvim/init.lua
:The nvim-zk config
~/.config/nvim/lua/plugs/zk.lua
And the LSP config
~/.config/nvim/lua/lsp.lua
During the nvim setup, I created symbolic links from
~/.var/app/io.neovim.nvim/config
to~/.config/nvim
and from~/.var/app/io.neovim.nvim/data
to~/.local/share/nvim
.I have also tried to give the Neovim Flatpak app acces to
/usr/bin
and to all user files, without success.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions