2023-02-24 23:09:05 +07:00
< div align = "center" >
2023-02-20 16:46:33 +07:00
2023-02-24 23:09:05 +07:00
# Nvim-Lazy


2023-02-20 16:46:33 +07:00
< p align = "center" >
2023-02-22 07:14:55 +07:00
< a href = "https://github.com/pojokcodeid/nvim-lazy/pulse" >
2023-02-22 07:17:12 +07:00
< img src = "https://img.shields.io/github/last-commit/pojokcodeid/nvim-lazy?style=for-the-badge&logo=github&color=7dc4e4&logoColor=D9E0EE&labelColor=302D41" / >
2023-02-20 16:46:33 +07:00
< / a >
2023-02-22 07:17:12 +07:00
< a href = "https://github.com/pojokcodeid/nvim-lazy/latest" >
< img src = "https://img.shields.io/github/v/release/pojokcodeid/nvim-lazy?style=for-the-badge&logo=gitbook&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41" / >
2023-02-22 07:14:55 +07:00
< / a >
< a href = "https://github.com/pojokcodeid/nvim-lazy/stargazers" >
2023-02-22 07:17:12 +07:00
< img src = "https://img.shields.io/github/stars/pojokcodeid/nvim-lazy?style=for-the-badge&logo=apachespark&color=eed49f&logoColor=D9E0EE&labelColor=302D41" / >
2023-02-20 16:46:33 +07:00
< / a >
2023-02-22 16:20:12 +07:00
< a href = "https://github.com/pojokcodeid/nvim-lazy/blob/main/LICENSE" > < img src = "https://img.shields.io/github/license/pojokcodeid/nvim-lazy?color=%2361afef&style=for-the-badge" > < / a >
2023-02-22 16:23:11 +07:00
< a href = "https://github.com/pojokcodeid/nvim-lazy/issues" > < img src = "https://img.shields.io/github/issues/pojokcodeid/nvim-lazy?color=%23d19a66&style=for-the-badge" > < / a >
2023-02-26 19:55:33 +07:00
< a href = "https://github.com/pojokcodeid/nvim-lazy" >
< img alt = "Repo Size" src = "https://img.shields.io/github/repo-size/pojokcodeid/nvim-lazy?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41" / >
< / a >
< a href = "https://twitter.com/intent/follow?screen_name=pojokcodeid_" >
< img alt = "follow on Twitter" src = "https://img.shields.io/twitter/follow/pojokcodeid_?style=for-the-badge&logo=twitter&color=8aadf3&logoColor=D9E0EE&labelColor=302D41" / >
< / a >
2023-02-20 16:46:33 +07:00
< / p >
2023-01-15 00:24:26 +07:00
2023-02-24 23:09:05 +07:00
< / div >
2023-01-15 06:17:14 +07:00
## HOME

2023-02-26 15:48:39 +07:00
## Demo
2023-01-15 06:17:14 +07:00
2023-02-26 15:48:39 +07:00

2023-01-15 06:17:14 +07:00
## Plugins Manager

2023-02-22 06:07:50 +07:00
## Layout
2023-01-15 06:17:14 +07:00
2023-02-22 06:07:50 +07:00

2023-01-15 06:17:14 +07:00
# Panduan Install Dan Konfigurasi NeoVim
2023-02-26 20:00:56 +07:00
## Kunjungi <a href="https://github.com/pojokcodeid/nvim-lazy/wiki/">Wiki</a>
2023-01-15 06:17:14 +07:00
## Kebutuhan Dasar
1. Install Neovim 8.0+ https://github.com/neovim/neovim/releases/tag/v0.8.2
2. C++ (windows) Compiler https://www.msys2.org/
3. GIT https://git-scm.com/download/win
4. NodeJs https://nodejs.org/en/
5. Ripgrep https://github.com/BurntSushi/ripgrep
6. Lazygit https://github.com/jesseduffield/lazygit
7. Nerd Font https://github.com/ryanoasis/nerd-fonts
8. Windows Terminal (Windows) https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-id& gl=id
9. Powershell (windows) https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D?hl=en-id& gl=id
2023-02-20 17:26:39 +07:00
# Panduan Windows
2023-01-15 06:17:14 +07:00
2023-01-15 00:24:26 +07:00
```
2023-02-19 17:26:07 +07:00
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
2023-01-15 06:17:14 +07:00
nvim
```
2023-02-26 20:00:56 +07:00
# Panduan Linux
2023-01-15 06:17:14 +07:00
2023-01-22 19:58:01 +07:00
```bash
2023-02-19 17:26:07 +07:00
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
2023-01-15 06:17:14 +07:00
```
## Terima Kasih
https://github.com/LunarVim/Neovim-from-scratch < br >
https://github.com/AstroNvim/AstroNvim