Mathias Eek
Mathias Eek
I have a dotnet solution, with subprojects in it, and with project.nvim's default settings, I would always auto cd to the solution root. However to be able to build using...
With my Kotlin Spring Boot project, I wondered why gradle didn't show up in compiler.nvim, and turns out it just checks for registered task, while I was just using the...
When using nvim-tree.lua-float-preview with nvim-tree in the split screen configuration (like in #14), I get this when closing nvim-tree ```lua Error executing Lua callback: ...e/nvim-modular/lazy/nvim-tree.lua/lua/nvim-tree/view.lua:223: Failed to switch to window...
Just some minor conveniences that I thought would be nice while using the app. Not strictly needed, but I'll just document them here. Feel free to disregard or close. -...
I get some compilation errors, that apparently comes from ReShade being newer than 6.4.1. Would love to be able to select to install thay version (or even more), and not...
I also got the "Configuration Changed" warning repeatedly, and found that it was because the selected shaders were only saved by through "Select Packages to Install" and not through the...
## Changes Switches from using `corepack use [email protected]` to parse it manually the same way corepack does it themselves. Have been struggling with renovate not updating pnpm correctly, and this...