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

https://github.com/hacxy/nvim

My neovim configuration
https://github.com/hacxy/nvim

Last synced: about 1 month ago
JSON representation

My neovim configuration

Awesome Lists containing this project

README

        

# Neovim configuration

This is my neovim configuration for macos.

# Screenshot

![](https://raw.githubusercontent.com/hacxy/hacxy/main/images/202411191102940.png)

# Language

- Typescript
- Vue
- Rust
- Python

# Prerequisites

- Neovim >= 0.9.0 (needs to be built with LuaJIT)

- Git >= 2.19.0 (for partial clones support)

- a Nerd Font(v3.0 or greater) (optional, but needed to display some icons)

https://www.nerdfonts.com/font-downloads

Recommend: JetBrainsMono Nerd Font

- im-select (Switch the input method)

```sh
brew tap daipeihust/tap
brew install im-select
```

- find file

```sh
brew install fd
```

- live grep

```sh
brew install ripgrep
```

- lazygit (Optional)

```sh
brew install lazygit
```