Welcome, fellow code ninjas! 🤘 Here lies the sacred ground of my Neovim configuration, crafted meticulously for those who dare to dive into the realm of text manipulation sorcery. 🧙♂️
- Neovim v0.5 or higher (seriously, don’t be a noob)
- A terminal that won’t give you nightmares (zsh, bash, or whatever floats your boat)
- Git (because, duh, how else will you clone this beauty?)
-
Clone this bad boy into your local setup:
git clone https://github.com/isaka-james/nvim.git ~/.config/nvim -
Install the plugins (Make sure you have a plugin manager set up):
- If you’re using
vim-plug, just run::PlugInstall
- If you’re rocking
packer.nvim, run::PackerSync
- If you’re using
-
Fire up Neovim and bask in the glory of your new setup:
nvim
Dive into the init.vim and check out all the tweaks and features I've crammed in here. I’ve added some spicy keybindings and nifty options that’ll make your coding life a dream (or a nightmare, depending on your mood).
- Syntax Highlighting: No more dull code! Watch your syntax pop like a firework! 🎆
- Auto-completion: Type less, code more. Who doesn’t want that? 🤖
- File Explorer: Navigate through your projects like a pro. No more searching like a lost puppy! 🐶
- Theming: Because your IDE should match your inner vibe. Choose from my killer themes or make your own! 🌈
- Linting & Formatting: Keep your code clean, or be prepared for the wrath of the linter gods. ⚡️
- Use the command line: Embrace the terminal; it’s your best friend. Get cozy with
:Terminalin Neovim for that extra edge. 💪 - Keybindings: Customize them until they’re second nature. Life’s too short for complicated workflows. 🌀
- Explore plugins: Don’t be shy; expand your setup with some dope plugins. Just don’t go overboard, or you’ll turn Neovim into a monster. 🧟♂️
Wanna add something cool? Open a PR, and let’s make this setup legendary! Just follow the code of honor:
- Fork the repo
- Create a new branch
- Make your changes
- Push it up and create a pull request!
Feel free to use, modify, and share this setup as you please. Just don’t be a jerk and claim it as your own. Respect the code, and it’ll respect you back.
Happy coding, fellow hackers! 💻💥