https://github.com/hacxy/nvim
My neovim configuration
https://github.com/hacxy/nvim
Last synced: about 1 month ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/hacxy/nvim
- Owner: hacxy
- Created: 2024-05-15T15:57:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T15:19:40.000Z (3 months ago)
- Last Synced: 2025-02-23T16:25:32.349Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim configuration
This is my neovim configuration for macos.
# Screenshot

# 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
```