https://github.com/nikoheikkila/lazyvim
A starter template for Lazy Vim that has been slightly customised by yours truly.
https://github.com/nikoheikkila/lazyvim
lua nvim vim
Last synced: about 2 months ago
JSON representation
A starter template for Lazy Vim that has been slightly customised by yours truly.
- Host: GitHub
- URL: https://github.com/nikoheikkila/lazyvim
- Owner: nikoheikkila
- License: apache-2.0
- Created: 2023-05-18T17:19:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:34:16.000Z (over 2 years ago)
- Last Synced: 2025-04-03T03:33:12.045Z (about 1 year ago)
- Topics: lua, nvim, vim
- Language: Lua
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 My Lazy Vim Starter Configuration
A starter template for Neovim using [Lazy Vim](https://github.com/LazyVim/LazyVim) that has been slightly customised by yours truly.
The ultimate goal is to make Neovim a fully versatile IDE, which obviously involves a substantial amount of tinkering and custom plugins.
Refer to the official [documentation](https://lazyvim.github.io/installation) to gain better understanding.
## Installation
1. Make a backup of your current configuration files.
```sh
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```
2. Clone the repository and start the IDE.
```sh
git clone https://github.com/nikoheikkila/lazyvim ~/.config/nvim
nvim
```