CoderWeiJ / nvim

neovim相关的一些配置

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependence

# null-ls the "clang_format" Plugin
sudo apt install python3.10-venv

# install cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
cargo install stylua

# telescope.nvim
sudo apt install ripgrep
npm install -g fd-find

Packer Plugin

some plugins of lastest version have some bug,so I copy myself plugins here.

nvim.tar.gzdownload url:

链接:https://pan.baidu.com/s/1O4vrI883usdvCKdifQeyHA 
提取码:yvbn 
mkdir -p ~/.local/share/nvim && tar -zxvf nvim.tar.gz -C ~/.local/share/nvim

About

neovim相关的一些配置


Languages

Language:Lua 100.0%