Clément Vannicatte

Results 224 comments of Clément Vannicatte

Hey @kukat, thanks for using the plugin and for the feature request! The plugin does not support adding padding to top-bottom of the screen because it would more be the...

Hey, I might be able to introduce this as an option but have other priority fixes first, once I'm done with https://github.com/shortcuts/no-neck-pain.nvim/pull/375 I might dedicate some time for this one!...

Hey! Thanks for opening the issue I'll try to reproduce and see where the issue come from, thanks!

At first glance, there's indeed something clashing between the two plugins. On the `https://github.com/rmagatti/auto-session`, it seems that it fully resets the `_G` global index values, so NNP state is unsync'd...

oh this is huge @ivanjermakov, thanks a lot! I'll try it myself and adds them as a default integration if it works

> @shortcuts do you know how to solve this? I tried calling require("no-neck-pain").disable() in auto-session's pre_save_cmds hook to close no-neck-pain before it saves the session, but it still saves when...

Great find @sand4rt! that's a good enough workaround for people that don't use the no-neck-pain side buffers as scratchpad however for custom filetypes it wouldn't work :/ I'll think of...

Hey @alex35mil thanks for reporting and using the plugin! I have a somewhat viable solution for the next major version but will try to come up with a fix for...

Hey, thanks for using the plugin, hope you like it! > It opens a sidebar when you toggle it, much like nvim-tree and such. I would like to set up...

hey, thanks for the suggestion! I wonder if this is applicable as (IIRC) there's no events to listen to for a window resize, but definitely worth investigating!