Skip to content

Commit

Permalink
Updated the website with the new release of GarudaNvim
Browse files Browse the repository at this point in the history
  • Loading branch information
prrockzed committed Nov 1, 2024
1 parent be7d6b1 commit dd1c62f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
13 changes: 9 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@ GarudaNvim isn’t just a Neovim config – it’s a philosophy. It’s about co

## <span class="sh-font msh-color">Latest Version: v1.2.0</span>

Yes, we keep it fresh! **v1.2.0** is out and packing some serious heat:

- **New Features**: Telescope, Project Management, an all-new dashboard, and more color schemes than you can shake a stick at.
- **Where to Find It**: [GarudaNvim Releases](https://github.com/GarudaNvim/GarudaNvim/releases/tag/v1.2.0)
Yes, we keep it fresh! **v1.3.0** is out with some amazing udpates:

- **New Features**: Which-Key, Terminal Management, Lazygit, Updated Installer and more color schemes for everyone.
- Streamlined keybindings with **WhichKey**
- Versatile Terminal Management with **ToggleTerm**
- Enhanced git functionality with **Lazygit**
- Intelligent new **Installer**
- More **Colorschemes** so that no one feels left out
- **Where to Find It**: [GarudaNvim Releases](https://github.com/GarudaNvim/GarudaNvim/releases/tag/v1.3.0)

Because let's be honest – you didn’t really want to write all those colorscheme lines yourself, did you?

Expand Down
16 changes: 8 additions & 8 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GarudaNvim comes pre-installed with a range of powerful plugins to maximize prod
**File Explorer**

**Repository:** [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua)
A highly efficient file explorer that integrates seamlessly into Neovim. With nvim-tree, you can navigate your project files and directories quickly, making file management much easier. It's designed to be fast and responsive, perfect for keyboard-based navigation.
A highly efficient file explorer that integrates seamlessly into GarudaNvim. With nvim-tree, you can navigate your project files and directories quickly, making file management much easier. It's designed to be fast and responsive, perfect for keyboard-based navigation.

---

Expand All @@ -29,7 +29,7 @@ Telescope is a flexible and feature-rich fuzzy finder. It allows you to quickly
**Tabline**

**Repository:** [romgrk/barbar.nvim](https://github.com/romgrk/barbar.nvim)
Barbar provides a sleek tabline that allows easy navigation between buffers in Neovim. Its design complements the overall interface, making buffer management intuitive and visually appealing.
Barbar provides a sleek tabline that allows easy navigation between buffers in GarudaNvim. Its design complements the overall interface, making buffer management intuitive and visually appealing.

---

Expand All @@ -38,7 +38,7 @@ Barbar provides a sleek tabline that allows easy navigation between buffers in N
**Statusline**

**Repository:** [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
Lualine is a fast, lightweight statusline plugin for Neovim, offering flexibility in customizing the appearance of the statusline. It displays essential information like file type, encoding, and current git branch.
Lualine is a fast, lightweight statusline plugin for GarudaNvim, offering flexibility in customizing the appearance of the statusline. It displays essential information like file type, encoding, and current git branch.

---

Expand All @@ -47,7 +47,7 @@ Lualine is a fast, lightweight statusline plugin for Neovim, offering flexibilit
**Dashboard**

**Repository:** [goolord/alpha-nvim](https://github.com/goolord/alpha-nvim)
Alpha provides a customizable dashboard that appears when you start Neovim. You can configure it with shortcuts, recent files, and other useful information, making it a perfect landing page for your workflow.
Alpha provides a customizable dashboard that appears when you start GarudaNvim. You can configure it with shortcuts, recent files, and other useful information, making it a perfect landing page for your workflow.

---

Expand All @@ -74,7 +74,7 @@ Which-key helps you learn and remember keybindings by displaying available key m
**Git Integration**

**Repository:** [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
Gitsigns displays git status indicators in the sign column, allowing you to view changes to files, stages, and commits directly in Neovim. It enhances the Neovim experience by integrating git-related information seamlessly.
Gitsigns displays git status indicators in the sign column, allowing you to view changes to files, stages, and commits directly in GarudaNvim. It enhances the GarudaNvim experience by integrating git-related information seamlessly.

---

Expand All @@ -83,7 +83,7 @@ Gitsigns displays git status indicators in the sign column, allowing you to view
**Terminal Management**

**Repository:** [akinsho/toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)
Toggleterm makes managing multiple terminal instances within Neovim easy. It allows you to create and toggle between terminals, providing a seamless terminal experience inside your editor.
Toggleterm makes managing multiple terminal instances within GarudaNvim easy. It allows you to create and toggle between terminals, providing a seamless terminal experience inside your editor.

---

Expand All @@ -92,7 +92,7 @@ Toggleterm makes managing multiple terminal instances within Neovim easy. It all
**Git Interface**

**Repository:** [kdheepak/lazygit.nvim](https://github.com/kdheepak/lazygit.nvim)
This plugin integrates the popular LazyGit terminal UI into Neovim, enabling you to manage git repositories with a visual interface. It simplifies complex git operations while keeping you inside Neovim.
This plugin integrates the popular LazyGit terminal UI into GarudaNvim, enabling you to manage git repositories with a visual interface. It simplifies complex git operations while keeping you inside GarudaNvim.

---

Expand Down Expand Up @@ -128,7 +128,7 @@ Telescope-live-grep-args allows you to pass arguments to `live_grep`, providing
**Utility Library**

**Repository:** [nvim-lua/plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
Plenary is a library of common utilities used by many Neovim plugins. It provides essential functions such as asynchronous programming support and file manipulation utilities, making plugin development easier.
Plenary is a library of common utilities used by many GarudaNvim plugins. It provides essential functions such as asynchronous programming support and file manipulation utilities, making plugin development easier.

---

Expand Down
4 changes: 2 additions & 2 deletions docs/whichkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Take a deep breath, grab your coffee, and dive in—each keybinding has been pla
- `<Space> e`: Toggle NvimTree (File Explorer)
- `<Space> N`: Open a new buffer
- `<Space> s`: Save the current buffer
- `<Space> q`: Quit Neovim
- `<Space> q`: Quit GarudaNvim
- `<Space> w`: Close the current buffer
- `<Space> f`: Find files using Telescope
- `<Space> p`: Open recent projects
Expand Down Expand Up @@ -83,7 +83,7 @@ Take a deep breath, grab your coffee, and dive in—each keybinding has been pla

### Setup Related Shortcuts
- `<Space> z t`: Switch colorschemes using Telescope
- `<Space> z h`: Check Neovim health
- `<Space> z h`: Check GarudaNvim health

## <span class="sh-font tsh-color">Additional Notes from the Which-Key Setup</span>

Expand Down

0 comments on commit dd1c62f

Please sign in to comment.