mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
87 lines
3.1 KiB
Markdown
87 lines
3.1 KiB
Markdown
<div align="center">
|
|
|
|
# Nvim-Lazy
|
|
|
|

|
|

|
|
|
|
<p align="center">
|
|
<a href="https://github.com/pojokcodeid/nvim-lazy/pulse">
|
|
<img src="https://img.shields.io/github/last-commit/pojokcodeid/nvim-lazy?style=for-the-badge&logo=github&color=7dc4e4&logoColor=D9E0EE&labelColor=302D41"/>
|
|
</a>
|
|
<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"/>
|
|
</a>
|
|
<a href="https://github.com/pojokcodeid/nvim-lazy/stargazers">
|
|
<img src="https://img.shields.io/github/stars/pojokcodeid/nvim-lazy?style=for-the-badge&logo=apachespark&color=eed49f&logoColor=D9E0EE&labelColor=302D41"/>
|
|
</a>
|
|
<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>
|
|
<a href="https://github.com/pojokcodeid/nvim-lazy/issues">
|
|
<img
|
|
alt="Issues"
|
|
src="https://img.shields.io/github/issues-raw/pojokcodeid/nvim-lazy?colorA=363A4f&colorB=F5A97F&logo=github&logoColor=D9E0EE&style=for-the-badge">
|
|
</a>
|
|
</a>
|
|
<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>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
## HOME
|
|
|
|

|
|
|
|
## Demo
|
|
|
|

|
|
|
|
## Treesitter dan LSP
|
|
|
|

|
|
|
|
## Plugins Manager
|
|
|
|

|
|
|
|
<!-- ## Layout -->
|
|
|
|
<!--  -->
|
|
|
|
# Panduan Install Dan Konfigurasi NeoVim
|
|
|
|
## Kunjungi <a href="https://github.com/pojokcodeid/nvim-lazy/wiki/">Wiki</a>
|
|
|
|
## 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
|
|
|
|
# Windows
|
|
|
|
```
|
|
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
|
|
nvim
|
|
```
|
|
|
|
# Linux
|
|
|
|
```bash
|
|
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
|
|
```
|
|
|
|
## Terima Kasih
|
|
|
|
https://github.com/LunarVim/Neovim-from-scratch <br>
|
|
https://github.com/AstroNvim/AstroNvim
|