Jakub Fijałkowski
Jakub Fijałkowski
@kevinhwang91 I [hacked](https://github.com/jakubfijalkowski/dotfiles/blob/master/zsh/fzf.zsh) some code that streams the `fd` results to `fzf` for files and directories, i.e. it circumvents fzf-tab & compadd for `_files` and `_cd` completers. This is a...
So, after giving it some thought (and observing the behavior), we think it should be safe already, provided that we haven't missed something obvious (or you asked for something different...
From what I found, you can leverage `coc#config` to change the configuration at runtime (or use `g:coc_user_config`). This works for me: ```lua vim.cmd([[ autocmd FileType lua call coc#config('Lua.workspace.library', nvim_get_runtime_file('', 1))...
I'm trying to remember why I decided to ignore the quoted/unquoted distinction, because I do remember that I wasn't sure what to do about it. My only guess is that...
Hey, this one is somewhat a blocker for us. Do you have fixing this on your roadmap maybe?