自用neovim配置
Go to file
Young Xu 5d7b301bc4
aerial
2023-02-14 21:13:11 +08:00
lua aerial 2023-02-14 21:13:11 +08:00
.gitignore first commit 2023-02-12 01:03:15 +08:00
README.md fix renamer plugin and lua_ls lsp 2023-02-12 16:12:29 +08:00
init.lua aerial 2023-02-14 21:13:11 +08:00

README.md

neovim

一个neovim配置

usage

安装插件管理工具

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

安装依赖

sudo dnf install fd-find ripgrep -y
go install github.com/jesseduffield/lazygit@latest