Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shucharjer/nvim
My simply nvim configuration. | 我的nvim配置
https://github.com/shucharjer/nvim
configuration nvim
Last synced: 6 days ago
JSON representation
My simply nvim configuration. | 我的nvim配置
- Host: GitHub
- URL: https://github.com/shucharjer/nvim
- Owner: Shucharjer
- Created: 2024-11-20T13:59:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:37:41.000Z (14 days ago)
- Last Synced: 2025-01-31T01:52:12.077Z (6 days ago)
- Topics: configuration, nvim
- Language: Lua
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[简体中文](readme_zh.md) | Engligh
#### Intro
##### Appearance
This nvim configuration is mainly for transparent terminals, which means that the effect may look worse in opaque terminals.
##### Features
Probably no features, but there is some features.
- Pure
Compared with other nvim configuration files, it is relatively pure.
- vscode-like foreground
- Ongoing maintenance#### Setup
##### On Unix
###### Install neovim&neovide by you local package manager
Up to your os or in an other word, package manager.
###### Install package for python&node
Up to your os or in an other word, package manager.
###### Clone this repo
```powershell
cd ~/AppData/Local
git clone https://github.com/Shucharjer/nvim.git
```###### One more thing
Open your nvim (or neovide), waiting for downloading.
##### On Windows
###### Install Chocolatey
Chocolatey is a package managment tool for Windows.
```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```###### Install neovim&neovide by Chocolatey
**Do this in Administrator. (You could press key `Win+X`, `A`)**
```powershell
choco install -y python3 nodejs doxygen.install luarocks ripgrep tree-sitter yazi neovim neovide
```###### Install package in python&nodejs
```powershell
pip3 install neovim
npm install -g neovim
```###### Clone this repo
```powershell
cd ~/AppData/Local
git clone https://github.com/Shucharjer/nvim.git
```###### One more thing
Open your nvim (or neovide), waiting for downloading.