8000 GitHub - tiger-chan/nvim: Neovim confirugation for environment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tiger-chan/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Prerequisite

WSL2 Ubuntu

Install neovim

sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install neovim

install ripgrep.

sudo apt install ripgrep

install Deno

cargo install deno --locked

Windows

Install neovim

winget install Neovim.Neovim

install ripgrep.

winget install BurntSushi.ripgrep.MSVC

install Deno

cargo install deno --locked

Note: If using git bash it is probably worth setting the home to the bash home directory instead of local app data. export XDG_CONFIG_HOME="$HOME/.config

Configuration

Clone this repo into the home configuration directory

git clone https://github.com/tiger-chan/nvim.git ~/.config/nvim

Downloading packages

cd ~/.config/nvim
nvim .

About

Neovim confirugation for environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0