Freja Roberts
Freja Roberts
Whole heartedly agree. On Nvidia drivers and vsync:ed applications, resizing can lag a lot. Especially when having several windows such as Discord and others that don't resize as good
Of course. The following example demonstrated the slight problem I am having ```rust let pos = Vec3::new(0.00000000000004, 0.5, 1.0); println!("Pos: {:.2}", pos); // Pos: [0.000000000004, 0.5, 1] println!("Pos: [{:.2}, {:.2},...
I suppose the above trick works because `as_ref` converts the vector to a slice. In that case, the display trait could be implemented to just forward to the slice Display...
I see your point in reinventing the wheel, and providing an RPM, DEB, or flatpak is not pain free. Perhaps cleaning up the install instructions is a better alternative, as...
That sounds like a fantastic solution
Have you started working on it yet or should I start looking at it and open a PR? If so, I will add a setting called `remove_duplicates = false` and...
Would it perhaps be a better idea to filter out duplicates once snippets are queried instead. That way, LSP one-off snippets like those from rust analyzer could also be set...
Ok. Preventing duplicates in lsp snippets isn't such a big deal since they are different sources in nvim-cmp, so you can place luasnip above lsp. The lsp snippets aren't clashing...
 Use lir.float.init Use actions.up through keybind and a new window will open behind. I think the issue is due to this https://github.com/tamago324/lir.nvim/blob/eaa706a38bdf889103806d10ccbe0be1983ca746/lua/lir/actions.lua#L29-L30 The expected behaviour is to open in...
NVIM v0.7.0-dev+997-g21cdecc8e, but is present in newer versions on another computer