-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows.nvim
conficts with size
#227
Comments
this is the whole config of no-neck-pain require("no-neck-pain").setup({
buffers = {
right = { enabled = false, },
scratchPad = {
enabled = true,
location = "~/Desktop/",
},
bo = {
filetype = "md"
},
},
}) |
this made me laugh, I'm chill thanks for opening the issue and testing the plugin! I guess this is indeed |
im glad , i did that :) LOL
|
OK so I did some tests, I can confirm that it's
The default filetype for NNP windows are I guess the straight forward solution is to ignore |
😬 i really don't know what to say now |
You can open an issue on the windows.nvim side, with a reference to this one and see if they'd be keen to implement an ignore by filename option :D |
note :
**PLEASE**
be Chill while reading thisDescribe the problem
Size is the Problem ,
window.nvim
which i use everyday , is having confict with no-neck-painwindow.nvim is resizesing no-neck-pain unwantedly , which i do not want ,
here is the demonstration !
step to reproduce
2023-05-04_18-38-35.mp4
2023-05-04_18-51-30.mp4
i tried using window.nvim CONFIG
as
PS : it din't worked
Final thought
i don't know if that's a issue or not , but Im having problem , with it
maybe its wrong with window.nvim 🤷 , idk man my knowledge to small 🤌
The text was updated successfully, but these errors were encountered: