François Fleur

Results 9 issues of François Fleur

## Describe the bug Since [last commit](https://github.com/marlonrichert/zsh-snap/commit/c0fa1da9eee1822ab1c9428ba33fbb6c84d371dd), everytime I `znap pull` my (unrelated to znap) symlink dirs stored in `~/.local/bin` are deleted. I'm no expert at zsh syntax but it...

bug

I don't know if this is a bad practice but do you consider to implement a `YamlSettingsProvider`? One of my app have some global settings that must be shared between...

**Describe the bug** The commit [4ceee25](https://github.com/shellRaining/hlchunk.nvim/commit/4ceee25374d580ee5c3a65d1c68cfc638cb8c4a7#diff-367f67c9fd92c8f5440c997203d98b03ed3ad0a390f70612a3e08f749c588bc3R151) seems to have introduce a bug with fold under specific conditions because of the added WinScrolled event. **To Reproduce** 1. Open a relative long...

### Feature Description Similar to the documentation, the completion menu could benefit of an additional `auto_show_delay_ms`. This would be a middle ground between "always" (showing on every keystroke / `min_keyword_length`)...

feature
windows
backlog

When using `vim.fn.input()` with 'file' completion, the completion engine expects the query to be the current argument prefix (i.e., the partial filename or path being typed), not the entire command...

Add buffer source support for substitution (`:s`) and global (`:g`, `:v`) commands in cmdline completion. Previously, only search commands (`/`, `?`) used buffer completion. Macro (`@`) and other ex-commands still...

Things I want to test/fix: - [ ] Handle multi-key sequences Issue: #453 ```lua { ['jk'] = { 'hide', 'fallback' }, [''] = { 'show', 'fallback' }, ['cc'] = {...

Some refactoring on this source for easier maintenance with better annotations. A potential fix for #1081. Possibly a race condition causing duplicated snippets due to premature cache initialization. I haven't...

Skip early incompatible builtin snippets using LSP grammar. Closes #2028