bagohart
bagohart
Hi, cool project! I added tab completions for fish shell: ``` complete sd -x -s f -l flags -d " Regex flags. May be combined (like `-f mc`)." complete sd...
Hi, cool project! I added tab completions for fish shell, here they are: ``` complete sad -s 0 -l read0 -d 'Use \0 as stdin delimiter' complete sad -s e...
Hi! Cool project, I like it! And easy to use, too, but with tab completions it is even easier. I added some for fish shell: ```fish complete choose --no-files #flags:...
## Description I added tab completion for [sad](https://github.com/ms-jpq/sad). Fixes issue ms-jpq/sad#153 ## TODOs: - [ ] Changes to fish usage are reflected in user documentation/manpages. - [ ] Tests have...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
Here's an MWE, save it as test.jl: ```julia Û = 5 x = Û + 5 print(x) ``` Using neovim, I input the first `Û` using `U\hat`. The second `Û`...