Skip to content

Commit 67b570b

Browse files
prrockzedclaude
andcommitted
Fix curly quotes in features.md subheading class attributes
The Edit tool introduced Unicode right double quotation marks (U+201D) instead of straight ASCII double quotes in the HTML class attributes of the 7 edited subheadings. Browsers don't recognise curly quotes as valid HTML attribute delimiters, so the CSS classes were not applied and the gradient styling was invisible. Replaced all instances with standard ASCII double quotes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7fe3e84 commit 67b570b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/features.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@ GarudaNvim is more than just another Neovim setup – it’s a finely tuned mach
66

77
---
88

9-
## <span class=sh-font tsh-color>Effortless Installation</span>
9+
## <span class="sh-font tsh-color">Effortless Installation</span>
1010
- **Automatic Setup, Minimal Hassle:** Our installer handles everything from OS detection to Neovim version validation to plugin setup, leaving you more time to focus on your code and less time wondering why things don’t work.
1111
- **Cross-Platform Magic:** Whether you’re on macOS, Arch, Fedora, Ubuntu, Debian, CentOS/RHEL, or any of their derivative distributions (Manjaro, Mint, Pop!\_OS, Rocky Linux, and more), GarudaNvim’s installer has you covered. One run, and it’s all set up – no more wrestling with dependencies.
1212

13-
## <span class=sh-font tsh-color>Productivity Powerhouse</span>
13+
## <span class="sh-font tsh-color">Productivity Powerhouse</span>
1414
- **Shortcut Wizardry:** With GarudaNvim’s custom keymaps, you’ll forget what “slow” feels like. Jump between files, split windows, resize buffers – it’s all a keystroke away. Less typing, more coding.
1515
- **Which-Key Guidance:** With Which-Key as your guide, every possible keybinding is right at your fingertips. No more `<leader>` + ??? guessing games – just press, discover, and power up.
1616
- **Text Surrounding with nvim-surround:** Add, change, or delete surrounding characters (brackets, quotes, tags) with minimal keystrokes. Works seamlessly with motions and visual selections.
1717

18-
## <span class=sh-font tsh-color>Enhanced Navigation</span>
18+
## <span class="sh-font tsh-color">Enhanced Navigation</span>
1919
- **Telescope for Search-Anything:** Need to find a file, buffer, or command? Telescope integration lets you glide through your project faster than a Ctrl+F on steroids. Say goodbye to scrolling aimlessly.
2020
- **NvimTree for File Management:** A built-in, intuitive file explorer keeps all your files accessible with a simple shortcut. Navigate like a pro without ever leaving Neovim’s window.
2121
- **Treesitter for Syntax-Aware Editing:** Grammar-based syntax highlighting and code-aware navigation powered by **nvim-treesitter**. Far more accurate than regex highlighting, across all major languages.
2222
- **Alpha Dashboard:** A clean, welcoming dashboard greets you on startup with quick access to recent files and project shortcuts.
2323

24-
## <span class=sh-font tsh-color>Customizable UI Elements</span>
24+
## <span class="sh-font tsh-color">Customizable UI Elements</span>
2525
- **Polished Status and Tab Lines:** With **Lualine** for the statusline and **Barbar** for the tabline, you get a sleek, customizable interface that keeps tabs on your workflow without becoming a cluttered mess.
2626
- **Revamped Command Line and Notifications with Noice:** The command line floats as a centered popup, notifications appear as non-blocking toasts, and LSP messages are rendered with clarity — keeping your editing surface clean and distraction-free.
2727
- **Eye-Friendly Highlights:** Each highlight color and cursorline has been meticulously chosen to ensure comfort, visibility, and minimal eye strain – because staring at code all day is already hard enough.
2828

29-
## <span class=sh-font tsh-color>Terminal & Git Integration</span>
29+
## <span class="sh-font tsh-color">Terminal & Git Integration</span>
3030
- **ToggleTerm for In-Editor Terminals:** Spin up and toggle multiple terminal instances without leaving Neovim. Pre-configured windows for node, python, htop, and lazygit are ready out of the box.
3131
- **Lazygit for Visual Git Management:** Commit, stash, reset, diff, and browse your full commit history — all from inside Neovim via the Lazygit TUI.
3232
- **Gitsigns for Real-Time Git Feedback:** Added, changed, and deleted lines are marked in the gutter as you type. Blame annotations and staged change indicators are a keypress away.
3333

34-
## <span class=sh-font tsh-color>Multiple Themes Built In</span>
34+
## <span class="sh-font tsh-color">Multiple Themes Built In</span>
3535
- **Color Schemes for Every Mood:** Choose from **Tokyo Night**, **Tokyo Dark**, **Nordic**, **Dracula**, **Catppuccin**, **Nightfox**, **OneDark Pro**, **Doom One**, and more — match your Neovim vibes with your monitor brightness (or your mood, no judgment here).
3636
- **Instant Theme Preview:** Press `Space + z + t` to browse and switch colorschemes from a table view without touching a config file.
3737

38-
## <span class=sh-font tsh-color>Seamless Plugin Management</span>
38+
## <span class="sh-font tsh-color">Seamless Plugin Management</span>
3939
- **Lazy for Effortless Plugin Control:** Why “install manually” when you can “install lazily”? With the **Lazy** plugin manager, adding, updating, or removing plugins is as effortless as a lazy Sunday.
4040
- **Modular Plugin Structure:** Plugins are organized across separate files by category, making it easy to find, add, or remove individual plugins without scrolling through one monolithic list.
4141
- **Curated Essentials:** Hand-picked plugins for maximum productivity – from **Onedarkpro** for a pleasing default theme to **Telescope** for instant file searching. Only the best make the cut.

0 commit comments

Comments
 (0)