This repo hosts my NeoVim configuration for Linux, macOS, and Windows. init.lua
is the config entry point.
It contains two branches:
Branch | Completion Solution |
---|---|
main | config for nvim 0.8 stable |
0.7 | config for nvim 0.7 stable |
I use lazy.nvim to manage plugins.
Chinese introduction is here.
lua
config.Just run the following interactive bootstrap command, and you're good to go
pwsh
> v7.1
)
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.ps1'))
if command -v curl >/dev/null 2>&1; then
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.sh)"
else
bash -c "$(wget -O- https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.sh)"
fi
It's strongly recommended to read Wiki: Prerequisites before starting, especially for *nix users.
Refer to Wiki: Keybindings
Refer to Wiki: Plugins
(You can also find a deps diagram there!)
Refer to Wiki: Usage
Refer to Wiki: FAQ
Tested with rhysd/vim-startuptime
Dashboard
Telescope
Coding
Debugging
Lazygit with built-in Terminal
Command quickref
:checkhealth
command provided by nvim to trouble-shoot yourself.
This NeoVim configuration is released under the MIT license, which grants the following permissions:
For more convoluted language, see the LICENSE.