mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
update
This commit is contained in:
parent
b08b2332ac
commit
70f3e07aea
2 changed files with 5 additions and 2 deletions
|
@ -162,13 +162,16 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
|
|||
| lua/plugin/\* | (ini digunakan untuk custom plugins, tambah dan override) |
|
||||
|
||||
## KeyMap
|
||||
- leader = space bar
|
||||
- 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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
local M = {
|
||||
disable = 0, -- 0 ( format jalan) 1 (fromat off)
|
||||
disable = 1, -- 0 ( format jalan) 1 (fromat off)
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue