fix(readme): typo + moar emojis
This commit is contained in:
parent
720ee95148
commit
7acde5a7ab
1 changed files with 5 additions and 9 deletions
14
readme.md
14
readme.md
|
@ -47,7 +47,7 @@ Full featured native LSP functionality!
|
||||||
|
|
||||||
_While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP supported language._
|
_While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP supported language._
|
||||||
|
|
||||||
## Installation
|
## 🛠 Installation
|
||||||
|
|
||||||
### Quick guide
|
### Quick guide
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ Additional LSP server installation [details](https://github.com/CosmicNvim/Cosmi
|
||||||
|
|
||||||
CosmicNvim uninstallation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Uninstalling-CosmicNvim).
|
CosmicNvim uninstallation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Uninstalling-CosmicNvim).
|
||||||
|
|
||||||
## Theming
|
## 🎨 Theming
|
||||||
|
|
||||||
CosmicNvim comes with first-class support for the following themes:
|
CosmicNvim comes with first-class support for the following themes:
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ CosmicNvim comes with first-class support for the following themes:
|
||||||
|
|
||||||
[Additional Screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Theme-Screenshots)
|
[Additional Screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Theme-Screenshots)
|
||||||
|
|
||||||
## Configuration
|
## ⚙️ Configuration
|
||||||
|
|
||||||
[General Info](./lua/cosmic/config/examples/readme.md)
|
[General Info](./lua/cosmic/config/examples/readme.md)
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ CosmicNvim comes with first-class support for the following themes:
|
||||||
|
|
||||||
[Add additional vim options](./lua/cosmic/config/examples/editor.lua)
|
[Add additional vim options](./lua/cosmic/config/examples/editor.lua)
|
||||||
|
|
||||||
## Cosmic Commands
|
## ✨ Cosmic Commands
|
||||||
|
|
||||||
#### Update CosmicNvim
|
#### Update CosmicNvim
|
||||||
|
|
||||||
|
@ -126,11 +126,7 @@ Useful for changing themes or updating plugins on the fly!
|
||||||
|
|
||||||
Useful for non-plugin related changes such as editor settings or mappings.
|
Useful for non-plugin related changes such as editor settings or mappings.
|
||||||
|
|
||||||
## Treesitter Support
|
## 🗺 Default Mappings
|
||||||
|
|
||||||
Enter `:TSInstall` followed by <TAB> to see your options for additional language support.
|
|
||||||
|
|
||||||
## Default Mappings
|
|
||||||
|
|
||||||
[File navigation](./lua/cosmic/core/telescope/mappings.lua)
|
[File navigation](./lua/cosmic/core/telescope/mappings.lua)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue