No description
| lua | ||
| .neoconf.json | ||
| init.lua | ||
| lazy-lock.json | ||
| lazyvim.json | ||
| LICENSE | ||
| README.md | ||
| stylua.toml | ||
💤 LazyVim
My Neovim config based on LazyVim. Refer to the documentation for more.
Installation:
Make a backup of your current Neovim files:
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
Clone the starter
git clone https://github.com/LazyVim/starter ~/.config/nvim
Remove the .git folder, so we can install this repository.
rm -rf ~/.config/nvim/.git
Start Neovim once.
nvim
Clone this repository to the nvim config directory.
git clone ssh://git@git.gotek.one:2222/gotek/nvim-lazy.git ~/.config/nvim