feat(readme): add mappings to readme
This commit is contained in:
parent
97e809d60f
commit
b61e779ada
1 changed files with 16 additions and 2 deletions
18
readme.md
18
readme.md
|
@ -1,6 +1,8 @@
|
|||
# ✨ CosmicNvim ✨
|
||||
# ✨ CosmicNvim
|
||||
|
||||
Welcome! CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a ✨ COSMIC ✨ programming experience!
|
||||
Welcome!
|
||||
|
||||
✨ CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a COSMIC programming experience!
|
||||
|
||||
## 🚀 Stellar Features
|
||||
|
||||
|
@ -68,6 +70,18 @@ You will need to set up Packers compiled file via the steps below:
|
|||
|
||||
_Install script coming soon..._
|
||||
|
||||
## Mappings
|
||||
|
||||
[File navigation](./lua/cosmic/core/file-navigation/mappings.lua)
|
||||
|
||||
[File explorer](./lua/cosmic/core/file-explorer/mappings.lua)
|
||||
|
||||
[Terminal](./lua/cosmic/core/terminal/mappings.lua)
|
||||
|
||||
[LSP](./lua/cosmic/lsp/mappings.lua)
|
||||
|
||||
[Other](./lua/cosmic/mappings.lua)
|
||||
|
||||
## 📷 Screenshots
|
||||
|
||||
### Statusline
|
||||
|
|
Loading…
Add table
Reference in a new issue