Joao Pargana

Results 3 comments of Joao Pargana

Hey! I'm looking forward to start contributing to containerd projects. I'd like to get started with this one? (I'm already investigating the changes needed in the code base)

After investigating I've noticed that `lazy.nvim` is not loading the plugin. Running `lua require("toggleterm").setup {}` or sourcing the `toggleterm.lua` file loads makes the `open_mapping` available. I've tried to use the...

> you use lazy's `key` config, this will make it lazy load on key press, https://github.com/folke/lazy.nvim?tab=readme-ov-file#-plugin-spec > > you can set `lazy` to false besides `key`, or rich the `key`...