My personal user config for AstroNvim
https://AstroNvim.github.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 days ago | |
---|---|---|
cmp | 1 week ago | |
default_theme | 1 week ago | |
lsp | 1 week ago | |
plugins | 7 days ago | |
spell | 3 months ago | |
which-key | 1 week ago | |
.luarc.json | 2 months ago | |
LICENSE | 3 months ago | |
README.md | 1 month ago | |
autocmds.lua | 7 days ago | |
colorscheme.lua | 1 week ago | |
mappings.lua | 7 days ago | |
options.lua | 3 weeks ago | |
polish.lua | 1 week ago | |
utils.lua | 7 days ago |
README.md
AstroNvim User Configuration
My personal user config for AstroVim
Installation
- Install AstroNvim
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
- Install these user settings
git clone https://git.mehalter.com/mehalter/AstroNvim_user.git ~/.config/nvim/lua/user
- Initialize AstroVim
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'