https://github.com/xxiaoa/nvimrc
neovim configuration
https://github.com/xxiaoa/nvimrc
lua neovim nvim vim
Last synced: 10 months ago
JSON representation
neovim configuration
- Host: GitHub
- URL: https://github.com/xxiaoa/nvimrc
- Owner: XXiaoA
- Created: 2022-02-13T03:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T03:52:12.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:51:11.772Z (10 months ago)
- Topics: lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 928 KB
- Stars: 31
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nvimrc
personal neovim configuration
## Version
```text
nightly
```
## Install
```bash
git clone https://github.com/XXiaoA/nvimrc ~/.config/nvim
```
## Dependencies
> ❗Run `:checkhealth` in neovim
- [ripgrep](https://github.com/BurntSushi/ripgrep) for fuzzy find
## Notice
If you fail to use markdown preview, run:
```bash
cd ~/.local/share/nvim/lazy/markdown-preview.nvim/app/
npm install
```
## Others
### SHOWCASE

https://user-images.githubusercontent.com/62557596/212057176-3a2fa104-7a18-42b9-9030-ef1032556f86.mp4
### [TODO](./TODO.md)