This commit is contained in:
asep komarudin 2023-02-22 06:07:50 +07:00
parent fbc6415ec1
commit 665c8c9b16
5 changed files with 5 additions and 5 deletions

View file

@ -18,15 +18,15 @@
## Plugins Manager ## Plugins Manager
![PlugManaget!](img/plugins_manager.png) ![PlugManaget!](img/plugins_manager.png)
## Layout
![PlugManaget!](img/coding.png)
## PHP ## PHP
![LARAVEL!](img/laravel.jpeg) ![LARAVEL!](img/laravel.jpeg)
## JAVA
![JAVA!](img/Spring_boot_code.jpeg)
# Panduan Install Dan Konfigurasi NeoVim # Panduan Install Dan Konfigurasi NeoVim
## Kebutuhan Dasar ## Kebutuhan Dasar

BIN
img/coding.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Before After
Before After

View file

@ -6,4 +6,4 @@ scrollview.setup({
bg = "LightCyan", bg = "LightCyan",
ctermbg = 160, ctermbg = 160,
}) })
vim.g.scrollview_excluded_filetypes = { "NvimTree", "vista_kind" } vim.g.scrollview_excluded_filetypes = { "NvimTree", "vista_kind", "Outline" }