Xyven

Results 19 comments of Xyven

I managed to partially fix the issue by filtering what windows to affect when preserving windows (line 53 buffers.lua): ```lua local all_windows = vim.tbl_filter(function(win) return api.nvim_buf_get_option(api.nvim_win_get_buf(win), 'buftype') ~= 'nofile' end,...

Thanks for the tip. I will look into the other plugin, and I will definitely add the hijack option to nvim-tree

You might want to change the js > form.addEventListener('submit', e => { > e.preventDefault() > fetch(scriptURL, { method: 'POST', body: new FormData(form)}) > .then(response => console.log('Success!', response), **location = "yourpagehere.com**)...

I am having an issue on the same line with CoQ and ccls. No issue when using CoQ with other parsers though. Seems to be related to other ccls issues,...

Any clue why that is? If I go to nixpkg search I can see packages `nodejs_(14|16|18|20)`, so I assumed all of those versions would work

Nope, guess I shoulda done that

Ok. Thanks for the quick response. What does the pathway for implementing them look like?

Yeah, I might be interested in giving that a shot, but I think doing it as a pair would be best. Lmk if you're still interested. Just email me at...

Seems to be an issue with how packages are named. Node versions used to be named `nodejs-##_x` but now they are named `nodejs_##`