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...