From 130bb69cd2179360330ba632b4717518b448853c Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Thu, 25 Nov 2021 11:44:11 -0800 Subject: [PATCH] feat(readme): update links to new org --- lua/cosmic/core/dashboard/init.lua | 2 +- readme.md | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/lua/cosmic/core/dashboard/init.lua b/lua/cosmic/core/dashboard/init.lua index 4b54b01..d950c6e 100644 --- a/lua/cosmic/core/dashboard/init.lua +++ b/lua/cosmic/core/dashboard/init.lua @@ -42,4 +42,4 @@ g.dashboard_custom_section = { }, } -g.dashboard_custom_footer = { '💫 github.com/mattleong/CosmicNvim' } +g.dashboard_custom_footer = { '💫 github.com/CosmicNvim/CosmicNvim' } diff --git a/readme.md b/readme.md index a6f21d2..a782d0b 100644 --- a/readme.md +++ b/readme.md @@ -2,11 +2,13 @@

Neovim Minimum Version - GitHub last commit + GitHub last commit Discord - Website + + Website +

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience! @@ -60,15 +62,15 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen ``` $ cd ~/.config - $ git clone git@github.com:mattleong/CosmicNvim.git nvim + $ git clone git@github.com:CosmicNvim/CosmicNvim.git nvim $ nvim . ``` -Additional CosmicNvim installation [details](https://github.com/mattleong/CosmicNvim/wiki/Installation). +Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation). -Additional LSP server installation [details](https://github.com/mattleong/CosmicNvim/wiki/Installing-LSP-servers). +Additional LSP server installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installing-LSP-servers). -CosmicNvim uninstallation [details](https://github.com/mattleong/CosmicNvim/wiki/Uninstalling-CosmicNvim). +CosmicNvim uninstallation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Uninstalling-CosmicNvim). ## Theming @@ -84,7 +86,7 @@ CosmicNvim comes with first-class support for the following themes: - [Rose-pine](https://github.com/rose-pine/neovim) - [Tokyonight](https://github.com/folke/tokyonight.nvim) -[Additional Screenshots](https://github.com/mattleong/CosmicNvim/wiki/Theme-Screenshots) +[Additional Screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Theme-Screenshots) ## Configuration @@ -165,4 +167,4 @@ Enter `:TSInstall` followed by to see your options for additional language hover -[See more screenshots](https://github.com/mattleong/CosmicNvim/wiki/Screenshots) +[See more screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots)