Ben Weedon

Results 28 comments of Ben Weedon

Thanks for the quick response! I wasn't being very specific, sorry :) Basically I've got a table where the first column is the name of an item, the second column...

Thanks for looking into this! I think that solution works. And yeah, working with the cursor on the formula line would mostly give feature parity with built-ins I think, except...

This may address #759

So I did some more research to try and figure out what's going on here. Neither [vim](https://github.com/vim/vim/search?q=typescriptReserved) nor [neovim](https://github.com/neovim/neovim/search?q=typescriptReserved) seem to actually define `typescriptReserved` by default. They set its highlighting...

Thanks for picking this up again! I'm really excited to see this work! I'm happy to lend my time to help design and implement this. I'd say that there's still...

> it is the explicit goal here for vim.o to return plain tables just like vim.g. Otherwise we end up at vim.opt (which we already have, so there's no point...

I'd say if we use a table we should create another function. Any type can be used as keys for tables, including other tables. This is a fairly common pattern...

I rarely have links that are more than 2 lines, but it does occur sometimes. I'm also not sure the best way to address this. I assume you don't want...

Sorry for the lack of responses! I'll be doing a decent amount of markdown this next week so I'll pull it and let you know if I run into any...

I have noticed some errors when trying to remove links using ``. Using that hotkey on the link in the following example yields the error afterwards: ```markdown Some text and...