Zachary

Results 11 comments of Zachary

I found something that clears the buffer and doesn't create scrollback. It is a bit more manual, but it works. The codes should be the same for Linux and Windows...

I can look at a couple spaces and make some ideas.

An implementation of `format()` to allow for the String to be written to a writer. I was thinking as simple as this. ```zig pub fn format( self: *const String, comptime...

@qoft Shouldn't the dependency go in the project dependencies list? ```toml requires = [... , "wcwidth"] ``` to ```toml [project] ... dependencies = [... , "wcwidth"] ```

![image](https://github.com/MattiasMTS/cmp-dbee/assets/94603332/3f068a85-287b-4dac-ae80-8d3983a63658) All of this fixed the original issue. However, now it is an unavailable source name. Same as @Hugobsb issue https://github.com/MattiasMTS/cmp-dbee/blob/cd409ef1256a470849860ef3f476d95be2789883/lua/cmp-dbee/source.lua#L6 The above line is false until dbee is opened.

If I set `is_available` to be true everything works

I'm getting the same issue but in more than just committing. Happens for most commands for me. Happens in the same location and contains the same or very similar error...

That is correct. Restarting nvim doesn't fix anything either. Have to run `:FrecencyDelete ` to remove it

Well my problem occurs when trying to do an exact match. Using any capital characters results in a blank result. However, using all lower case characters results in a fuzzy...