An open API service indexing awesome lists of open source software.

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

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)