Dorian Karter

Results 66 comments of Dorian Karter

I use `ag` aka [The Silver Searcher](https://github.com/ggreer/the_silver_searcher) as my `FZF_DEFAULT_COMMAND`, which IMO is great because: 1. It's built for speed 2. It respects `.gitignore` files in your project 3. Allows...

Thanks @wfxr! I've updated my comment above to include your improvements.

Same here.. this got really bad and ended up filling my drive due to the log file getting out of control. I had this issue in v0.107.41 and it is...

@harshad1 Thank you for offering to help! I just moved the repo to a separate org and sent you an invite to join as a collaborator :)

Inkdrop (which is my favorite way to take notes). It is an Electron app. https://inkdrop.app The weird thing about this app is that it worked for me once, but then...

This is not enough. This extension might leak sensitive information such as password reset links, auth tokens etc. It should not use google analytics or send any web traffic outside...

This appears to have been caused by the subtype definition in vim-elixir.. currently only a problem in mjml files. Need to keep investigating

Same here. It happens when I open a file directly (`nvim somefile.yml`), but seems to be fine if I open it from the fuzzy finder: https://github.com/nvim-lualine/lualine.nvim/assets/551858/3cb55e32-8e1b-4f9e-ab1c-a00f8fb02d96

I think this might be related to some changes in TokyoNight theme (at least my issues were). https://github.com/folke/tokyonight.nvim/issues/551 I was able to resolve it by configuring the theme explicitly on...