soulis-1256 / UltraVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my custom neovim config, based on kickstart.nvim.

Linux Installation

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
git clone https://github.com/soulis-1256/UltraVim.git ~/.config/nvim --depth 1 && nvim

Windows Installation

Note

You can find the correct path using :echo stdpath('config') inside neovim

Remove-Item -Recurse -Force "$env:LOCALAPPDATA\nvim"
Remove-Item -Recurse -Force "$env:LOCALAPPDATA\nvim-data"
git clone https://github.com/soulis-1256/UltraVim.git "$env:LOCALAPPDATA\nvim" --depth 1

About

License:MIT License


Languages

Language:Lua 100.0%