Skip to content

My simply nvim configuration. | 我的nvim配置

Notifications You must be signed in to change notification settings

Shucharjer/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简体中文 | 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
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.

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)

choco install -y python3 nodejs doxygen.install luarocks ripgrep tree-sitter yazi neovim neovide
Install package in python&nodejs
pip3 install neovim
npm install -g neovim
Clone this repo
cd ~/AppData/Local
git clone https://github.com/Shucharjer/nvim.git
One more thing

Open your nvim (or neovide), waiting for downloading.

About

My simply nvim configuration. | 我的nvim配置

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages