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

https://github.com/dofy/nvim

My neovim config
https://github.com/dofy/nvim

config lua neovim nvim

Last synced: 4 months ago
JSON representation

My neovim config

Awesome Lists containing this project

README

          

# neovim config

## Installation

```bash
git clone git@github.com:dofy/nvim.git ~/.config/nvim
```

## Useage

In neovim:

- run `:Lazy` to install or update plugins.
- run `:Mason` to install or update LSP servers.
- in Normal mode, press `space bar` to trigger the leader key
- wait a moment to see the available keybindings for the leader key
- `g?` to see the keybindings
- press `g` and wait a moment to see the available keybindings for `g`

## Screenshot

![image](./assets/leader.jpg)