mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 12:34:28 +02:00
Update README.md
This commit is contained in:
parent
63269c9e12
commit
8a8ced1d9d
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -161,7 +161,18 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
|
|||
| lua/default/options.lua | (ini digunakan untuk overide default config nvim) |
|
||||
| lua/plugin/\* | (ini digunakan untuk custom plugins, tambah dan override) |
|
||||
|
||||
|
||||
## KeyMap
|
||||
- leader = space bar
|
||||
<table>
|
||||
<tr>
|
||||
<td>Key</td>
|
||||
<td>Keterangan</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>leader</td>
|
||||
<td>Membuka Wich Key</td>
|
||||
</tr>
|
||||
</table>
|
||||
## Config LSP
|
||||
|
||||
- Jalankan dengan commond mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue