This commit is contained in:
asep komarudin 2023-02-21 19:21:38 +07:00
parent b08b2332ac
commit 70f3e07aea
2 changed files with 5 additions and 2 deletions

View file

@ -163,12 +163,15 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
## KeyMap
- leader = space bar
- n = normal mode
<table>
<tr>
<td>Mode</td>
<td>Key</td>
<td>Keterangan</td>
</tr>
<tr>
<td>n</td>
<td>leader</td>
<td>Membuka Wich Key</td>
</tr>

View file

@ -1,5 +1,5 @@
local M = {
disable = 0, -- 0 ( format jalan) 1 (fromat off)
disable = 1, -- 0 ( format jalan) 1 (fromat off)
}
return M