codicocodes
codicocodes
I cannot reproduce
Sorry for dropping the ball on responding here. I think the system font is used, but I'd have to look into it a bit.
Thanks for reporting, yes I will add a ban for this specific user!
Hey! Thanks for making the issue. It's a good idea, but I'm concerned that it would lead to a lot of false positives. I.E. when Dotfyle is not able to...
This looks completely reasonable, I'll put it in the Todo. Currently Dotfyle relies heavily on the heuristic `username/plugin-name` when matching. Currently not doing custom matching for lazy-lock either. Lazy lock...
@Mte90 It looks like eslint is detected here: https://github.com/Mte90/dotfiles/blob/8bcbe471db39bf700dea7a31411b1c2e45137991/.config/nvim/lua/plugin/lint.lua#L43 Looks correct no? Not sure regarding bashls, cssls etc.. I think that might be an issue. Note duplicate of #89
html and graphql are taken from here: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md not from mason
Detection is looking for the string 'html' or 'graphql' in your config, this works for most language servers pretty well, but for html could easily have false positives. Here is...
I on purpose try to limit users from adding invalid configs, I currently pick the root of your config (supporting monorepos) based on which init file you pick (init.lua /...
Would it be possible to just parse the flake.nix file to figure out all plugins? Is there a way to validate that it is a config and not an unrelated...