https://github.com/xudyang1/nvim-public
https://github.com/xudyang1/nvim-public
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xudyang1/nvim-public
- Owner: xudyang1
- Created: 2025-02-26T00:01:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T00:02:24.000Z (4 months ago)
- Last Synced: 2025-02-26T01:18:26.095Z (4 months ago)
- Language: Lua
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
## Dependencies
- Requited:
- [git](https://git-scm.com/downloads), `curl` or `wget`, `unzip`, `tar` or `gtar`, `gzip`
- `add-apt-repository ppa:git-core/ppa; apt update; apt install git # latest stable git for ubuntu`
- `npm`, `cargo`(`rust-analyzer`): mason.nvim need these package managers to download packages
- C compiler (gcc, clang, etc) and libstdc++: nvim-treesitter- Optional:
- [ripgrep](https://github.com/BurntSushi/ripgrep): telescope.nvim `live_grep` and `grep_string`
- `apt install rg`
- [fdfind](https://github.com/sharkdp/fd): telescope.nvim finder
- `apt install fd-find`
- make: LuaSnip build jsregexp
- python3-venv: module for creating python virtual environment, linux only