Kyle Grinstead
Kyle Grinstead
Commenting here because this seems like the central place to address it. This problem was bugging me for a while and I stumbled on https://github.com/elixir-lsp/elixir-ls/pull/394 (the ETS cache fix), which...
It looks like that attribute needs to be nested in `config.user_config` and not in the root config. I just got it to to work by doing this: ``` Rails.application.config.sorcery.configure do...
I was able to hack this together by adding a slight delay and entering the search string once the search modal has popped up: ``` vim.api.nvim_create_user_command('Grep', function(opts) require("telescope.builtin").grep_string( { search...
@frankroeder @eterps what do you think about having a template variable like `{{userinput_buffers}}`. When that var is detected in the template, it would use fzf-lua to ask the user to...
Yeah I haven't had time to finish it for that exact reason. The async stuff is beyond my Lua skills.
This is great, I like this approach! Thanks @frankroeder. I'm thinking of adding a check to skip files larger than a certain size. Wanna avoid expensive calls (already had one...
Well it ended up being pretty hacky and probably making some assumptions based on my usage that might not be true for others. Not gonna open a PR but for...