Go to file
Zhao Zuohong 1c3b8f9057 更新Neovide设置 2023-08-16 17:54:18 +08:00
.github chore: use stable astronvim 2023-03-10 11:46:04 -05:00
highlights 添加Gruvbox主题;修改快捷键 2023-03-20 12:48:19 +08:00
plugins 更新gruvbox主题 2023-06-01 11:30:20 +08:00
.stylua.toml feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
init.lua 修改lsp超时时间 2023-08-13 17:53:11 +08:00
mappings.lua 格式化代码;仿VSCode风格的winbar 2023-05-07 10:18:44 +08:00
options.lua 更新Neovide设置 2023-08-16 17:54:18 +08:00

.github/README.md

AstroNvim User Configuration Example

A user configuration template for AstroNvim

🛠️ Installation

Make a backup of your current nvim and shared folder

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clone AstroNvim

git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim

Create a new user repository from this template

Press the "Use this template" button above to create a new repository to store your user configuration.

You can also just clone this repository directly if you do not want to track your user configuration in GitHub.

Clone the repository

git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim/lua/user

Start Neovim

nvim