Sai Karthik
Sai Karthik
I am trying to add code to publish the neovide crate but stumbled on this err https://github.com/kskarthik/neovide/actions/runs/8253398018/job/22575393298#step:4:269 looks like it's demanding new version of neovide derive
I am also facing this issue with nvim 0.8.0
@folke these are the only warning i get 
this config works ```lua use { "folke/which-key.nvim", config = function() vim.cmd([[ set timeout set timeoutlen ]]) require("which-key").setup() end }
@ckoehler the new example has the fix for this issue! ```lua -- Lua use { "folke/which-key.nvim", config = function() vim.o.timeout = true vim.o.timeoutlen = 300 require("which-key").setup { -- your configuration...
I assume that we need to have a init command prompting for type of extension & create templates based on the user choice this package can be used https://www.npmjs.com/package/inquirer
This is the output of ci pipeline https://github.com/kskarthik/nexial-core/actions/runs/3947426954/jobs/6756231924
@mikeliucc please review this PR & suggest any tips / improvements :)
@dhana555std would you like to review this PR !?
Yes, I have been waiting for this feature as well