feat(readme): update links to new org
This commit is contained in:
parent
f6f49dd059
commit
130bb69cd2
2 changed files with 11 additions and 9 deletions
|
@ -42,4 +42,4 @@ g.dashboard_custom_section = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
g.dashboard_custom_footer = { '💫 github.com/mattleong/CosmicNvim' }
|
g.dashboard_custom_footer = { '💫 github.com/CosmicNvim/CosmicNvim' }
|
||||||
|
|
16
readme.md
16
readme.md
|
@ -2,11 +2,13 @@
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Neovim Minimum Version" src="https://img.shields.io/badge/Neovim-0.6.0+-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=white)](https://github.com/neovim/neovim">
|
<img alt="Neovim Minimum Version" src="https://img.shields.io/badge/Neovim-0.6.0+-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=white)](https://github.com/neovim/neovim">
|
||||||
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/mattleong/CosmicNvim?style=flat-square&logo=Github">
|
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/CosmicNvim/CosmicNvim?style=flat-square&logo=Github">
|
||||||
<a href="https://discord.gg/EwdrKzVbvJ">
|
<a href="https://discord.gg/EwdrKzVbvJ">
|
||||||
<img alt="Discord" src="https://img.shields.io/discord/901609359291854899?style=flat-square&logo=Discord">
|
<img alt="Discord" src="https://img.shields.io/discord/901609359291854899?style=flat-square&logo=Discord">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://cosmicnvim.vercel.app/">
|
||||||
<img alt="Website" src="https://img.shields.io/website?style=flat-square&up_message=live&label=website&url=https%3A%2F%2Fcosmicnvim.vercel.app%2F">
|
<img alt="Website" src="https://img.shields.io/website?style=flat-square&up_message=live&label=website&url=https%3A%2F%2Fcosmicnvim.vercel.app%2F">
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!
|
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
|
$ cd ~/.config
|
||||||
$ git clone git@github.com:mattleong/CosmicNvim.git nvim
|
$ git clone git@github.com:CosmicNvim/CosmicNvim.git nvim
|
||||||
$ 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
|
## Theming
|
||||||
|
|
||||||
|
@ -84,7 +86,7 @@ CosmicNvim comes with first-class support for the following themes:
|
||||||
- [Rose-pine](https://github.com/rose-pine/neovim)
|
- [Rose-pine](https://github.com/rose-pine/neovim)
|
||||||
- [Tokyonight](https://github.com/folke/tokyonight.nvim)
|
- [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
|
## Configuration
|
||||||
|
|
||||||
|
@ -165,4 +167,4 @@ Enter `:TSInstall` followed by <TAB> to see your options for additional language
|
||||||
|
|
||||||
<img width="1792" alt="hover" src="https://user-images.githubusercontent.com/3721204/140592798-b9dbbdee-8496-4998-a874-110a051a7672.png">
|
<img width="1792" alt="hover" src="https://user-images.githubusercontent.com/3721204/140592798-b9dbbdee-8496-4998-a874-110a051a7672.png">
|
||||||
|
|
||||||
[See more screenshots](https://github.com/mattleong/CosmicNvim/wiki/Screenshots)
|
[See more screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots)
|
||||||
|
|
Loading…
Add table
Reference in a new issue