Birdee
Birdee
https://github.com/BirdeeHub/nixCats-nvim/discussions/105 Mines a mess but I put it here. I used to have it in my main config repo but I moved it into a separate flake again so I...
Well, not my personal one no. My personal one requires nix. It could Im just lazy and dont need it. The example config will though, it can just be cloned...
Its a nix config framework, if you arent using nix then the example one falls back to downloading the plugins via paq and the lsps via mason, which it can...
honestly, for things like that, I personally would pass the resulting drv to pkgs.dockerTools or nix-appimage to make a thing I can copy onto stuff, rather than define downloads for...
awww ok, well, appimage, docker, or keep the list of urls up to date for paq are the options there then The list of urls being mentioned: https://github.com/BirdeeHub/nixCats-nvim/blob/main/templates/example/lua/myLuaConf/non_nix_download.lua
honestly, the appimage and docker are not that complex either you just pass the config to the bundler function at the end here is me doing it with nix-appimage https://github.com/BirdeeHub/birdeevim/blob/bc9213c6f1d346b9da1942aecddd77f3b6d32f76/flake.nix#L92-L94...
https://github.com/BirdeeHub/nixCats-nvim/blob/main/templates/example/lua/myLuaConf/non_nix_download.lua and here would be paq.
the mason stuff is all handled in the LSPs/init.lua in the example config along with the rest of the lsp stuff
Im going to work next on improving the LazyVim template though because I made the regrettable decision of adding it in the first place XD So I suppose my personal...
But yeah the errors were because you tried to update them via lazy when lazy wasnt what installed them basically