https://github.com/blocklune/neovimconfig
My NeoVim configuration based on LazyVim
https://github.com/blocklune/neovimconfig
lazyvim neovim nvim
Last synced: 2 months ago
JSON representation
My NeoVim configuration based on LazyVim
- Host: GitHub
- URL: https://github.com/blocklune/neovimconfig
- Owner: BlockLune
- License: apache-2.0
- Created: 2023-03-31T12:31:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:08:02.000Z (over 1 year ago)
- Last Synced: 2025-10-10T05:36:23.592Z (9 months ago)
- Topics: lazyvim, neovim, nvim
- Language: Lua
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My NeoVim Configuration
This is my NeoVim configuration based on the [LazyVim](https://lazyvim.org)'s [starter template](https://github.com/LazyVim/starter).
## How To Use
On Unix:
```bash
git clone git@github.com:BlockLune/NeovimConfig.git ~/.config/nvim
```
On Windows:
```powershell
git clone git@github.com:BlockLune/NeovimConfig.git %LOCALAPPDATA%\nvim
```
## Features
- Map `jk` to `` in the normal mode
- Use `Git Bash` as the default terminal on Windows (Check [this](https://dominikrys.com/posts/zsh-in-git-bash-on-windows/) out to learn how to install Zsh on Windows, and a more general guide to configuring your environment is available [here](https://fishg.top/posts/183d7426).)
- Press `y` in the Neo-tree to copy the contents of a file (or all files in a directory) in a GPT-friendly format
- ...
## Useful Resources
- **[Neovide](https://neovide.dev/)**: A fluent graphical user interface for Neovim
- **[Zero to IDE with LazyVim](https://www.youtube.com/watch?v=N93cTbtLCIM)**: A great tutorial video made by [@elijahmanor](https://github.com/elijahmanor)
- **[LazyVim for Ambitious Developers](https://lazyvim-ambitious-devs.phillips.codes/)**: A free online book written by [@dusty-phillips](https://github.com/dusty-phillips)