Relative Content

Tag Archive for luaneovimneovim-plugin

Can I copy the vim api in neovim

I want to make a neovim plugin but my plugin need to be able to copy the whole vim api, do some changes to it and roll back later

how to fix failed build of plenary in lazyvim

Anyone that know how to fix this? image of the problem i have this problem when i run my vim. is anyone can help me to fix this ? i want to try to downgrade Lua version to 5.1 or whatever that maybe can make plenary work well on my computer. i have been try […]

How to load a lua plugin from vimscript (how to call the setup function)

I want to use a neovim plugin that is written in lua (epwalsh/obsidian.nvim for instance).
But my whole config is written in vimscript, and I use the vim-plug package manager.
The problem is that this plugin requires the call of a lua setup function.
Lua package manager (like lazy.nvim) do it fine, but vim-plug doesn’t.