dotfrag

Results 35 comments of dotfrag

I'm still not happy with how supermaven works with my setup, but if anyone wants to suppress the annoying notifications: ```lua { "folke/noice.nvim", opts = function(_, opts) vim.list_extend(opts.routes, { {...

> Also see codium plugin as a base on how to configure supermaven. > So please add a similar cmp spec and lualine That's how I started out using supermaven,...

Ah I see.. good luck finding an icon. We could use codeium's but that might cause confusion to the user as to which one is enabled. I have no idea...

If it were up to me, I would not add it. It's still a bit rough and hard to modify its behaviour. I enjoy using it, almost daily, but it...

My initial implementation did not work properly when a user would add a custom dashboard override, I pushed again to fix it. Now, something like: ```lua return { "nvimdev/dashboard-nvim", optional...

1 year old, doesn't look very promising. I have kept the logic in my config for now, but thanks for letting me know.

Folke is away for August. You can include the build key in your config until then.

@med8bra, if you do decide to create a fix, could you please make this customisable to the user? I use several hosted services that I would like to add custom...

> @dotfrag can you give some exmaples of remote -> url mappings for those providers? I can then add them to the tests. > > The new impl should be...