wth 0.1.0

generate and set wallpaper from time-based hex colors
1
2
3
4
5
6
7
8
9
10
return {

  {
    "neovim/nvim-lspconfig",
    name = "lspconfig",
    event = { "BufReadPost", "BufNewFile" },
  },

  vim.lsp.enable({ 'rust_analyzer' }),
}