firenvim icon indicating copy to clipboard operation
firenvim copied to clipboard

README: convert vimscript to lua

Open glacambre opened this issue 1 year ago • 2 comments

As requested in https://github.com/glacambre/firenvim/issues/991#issuecomment-1192125656 .

glacambre avatar Jul 22 '22 05:07 glacambre

https://github.com/nanotee/nvim-lua-guide has quite a few useful examples of how various options and configurations can be ported to Lua. Might be a good reference for somebody looking to help get the README rewritten.

alerque avatar Jul 22 '22 09:07 alerque

It can be done fairly easily using the vim.g.firenvim_config syntax. I've added a PR with an example.

richchurcher avatar Aug 06 '22 02:08 richchurcher