Lucas Burns
Lucas Burns
Something else that `zinit` offers is to allow the user to set hooks both before and after cloning the repository, which I think would be useful. I'm not sure how...
I have come up with the following, which does exactly what I want to do. ```lua packer.set_handler( "patch", function(plugins, plugin, value) vim.validate { value = {value, {"b", "s"}} } if...
Sorry for such a late reply, I had it written down to get back to but just never did. I really like your explanation for this, so I will go...
What is your configuration?
What happens if you run this `:lua require('lf').start()`?
I will test out this sometime by Monday and try and see about windows compatibility issues. I don't have a way to test the results though, so I will have...
Perhaps there could be something added to a file like any of the following to support the 'no schema' files: ```yaml # yaml-language-server: $schema=none # yaml-language-server: $schema=nil ```
@Joyje Yes that does work. However, allowing arguments to `mark-save`, etc. would be nice. I'll change the title of the issue. Editing just to put my exact issue in here:...
Yeah I saw that it was removed. That's why I created this feature request. But I couldn't find out how to place the inlay-hints at the end of the line...