Connor G Meehan

Results 45 comments of Connor G Meehan

Hey @LionC, any chance you can check this out on the weekend?

Hey again @LionC, no worries! It's a very busy time of year. I've done some refactoring on top of my previous changes, and over-all I'm pretty happy with everything now....

Hey, thanks for reviewing the PR. I really appreciate it. Yep that's right, I'll annotate some examples with the categories. ```lua { 't', name = 'telescope', { { 'f', name...

Yep I can PR this, I'm noticing there's some references to `CORE_D_TITLE` should I copy this in the env variable and call it `CORE_D_MAX_INSTANCES`? Are there any knock-on effects for...

I've made the changes + added some error checking for invalid inputs but I'm having some trouble testing it. I've never developed a node CLI package before. What's the best...

Thanks for the issue, I've been meaning to sort out the `Telescope find_files` issue. This bug is caused by the `Telescope file_browser` command being moved to its own package. https://github.com/nvim-telescope/telescope-file-browser.nvim....

@baurmatt I've just added ruby language support (uses `solargraph` lsp and `rubocop` linter) that should work (ruby just uses `*.rb` file extensions right? Does it use any others others?). I...

Thanks for the list of extensions, that really helped. Ok hcl/terraform is supported with the `"terraform"` language. Let me know if this works for you! :)

Can you post the whole error trace? I can't re-create this one unfortunately :(.

Here I just forced an error by making up a language. Just copy the whole error from `:messages` ``` [doom] [ERROR 14:46:18] config.lua:83: There was an error loading module 'langs.made_up_language'....