chore: update projects

This commit is contained in:
Muhammad Nauman Raza 2024-02-04 11:05:12 +00:00
parent de97d33fff
commit e3e472da3a

View file

@ -1,6 +1,22 @@
[[project]]
name = "radiant.nvim"
desc = "A fast and minimal Neovim configuration framework."
tags = ["neovim"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/radiant.nvim" },
]
[[project]]
name = "kagayaki.nvim"
desc = "A gorgeously soft colorscheme for Neovim."
tags = ["neovim", "colorscheme"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/particle.nvim" },
]
[[project]] [[project]]
name = "DianciEmacs" name = "DianciEmacs"
desc = "A minimal and elegant Emacs configuration framework." desc = "A minimal and elegant Emacs configuration framework. `[Deprecated]`"
tags = ["emacs", "config", "diancie"] tags = ["emacs", "config", "diancie"]
links = [ links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/dianciemacs" }, { name = "git", url = "https://git.devraza.duckdns.org/devraza/dianciemacs" },
@ -21,19 +37,3 @@ tags = ["rust", "bevy", "mmorpg"]
links = [ links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" },
] ]
[[project]]
name = "quark.nvim"
desc = "A fast and minimal Neovim configuration framework. `[Deprecated]`"
tags = ["neovim"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/quark.nvim" },
]
[[project]]
name = "particle.nvim"
desc = "A gorgeously soft colorscheme for Neovim. `[Deprecated]`"
tags = ["neovim", "colorscheme"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/particle.nvim" },
]