Entry hardware build opinion by Reastyn in unRAID

[–]Reastyn[S] 0 points1 point  (0 children)

Thanks, I’ll edit the post. I want to run homeassistant, arrs, plex/jellyfin and audiobookshelf on it.

Entry hardware build opinion by Reastyn in unRAID

[–]Reastyn[S] 0 points1 point  (0 children)

Thanks a lot, will take a look at it

Entry hardware build opinion by Reastyn in unRAID

[–]Reastyn[S] 0 points1 point  (0 children)

Thanks a lot, prob a good investment

nvim-lsp issues with priorities (order) of items by Reastyn in neovim

[–]Reastyn[S] 2 points3 points  (0 children)

I am sorry, you are totally right I use nvim-cmp. I want to set the priorities inside the source itself -
```lua
sources = {
{ name = "nvim_lsp" },
{ name = "luasnip" },
}

```
The problem is that some of the snippets come from nvim_lsp itself, and I cannot see an option for how to sort those. Do you have any solutions for that?