mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-10 04:46:32 +02:00
Updated 6. Configurasi (markdown)
parent
ca42ac3496
commit
0d950875e2
1 changed files with 13 additions and 13 deletions
|
@ -2,27 +2,27 @@
|
|||
|
||||
```
|
||||
.
|
||||
├── init.lua * Ini pintu masuk config
|
||||
├── lazy-lock.json * Ini file generate dari lazy.nvim
|
||||
├── init.lua * This is the config entrance
|
||||
├── lazy-lock.json * This is the file generated from Lazy.nvim
|
||||
├── lua
|
||||
│ ├── custom
|
||||
│ │ ├── dashboard.lua * Ini untuk custom dashboard
|
||||
│ │ └── default.lua * Ini untuk semua custom (penyesuaian kebutuhan pengguna)
|
||||
│ │ ├── dashboard.lua * This is for custom dashboard configurations
|
||||
│ │ └── default.lua * This is for all custom (adjustment to user needs)
|
||||
│ ├── default
|
||||
│ │ ├── autocommands.lua * Ini untuk custom auto command
|
||||
│ │ ├── init.lua * Ini pintu masuk untuk semua config
|
||||
│ │ ├── keymaps.lua * Ini untuk custom keymaps
|
||||
│ │ ├── lazy.lua * Ini config plugins manager (jangan diubah)
|
||||
│ │ └── options.lua * Ini untuk custom config default neovim
|
||||
│ │ ├── autocommands.lua * This is for custom auto commands
|
||||
│ │ ├── init.lua * This is the entry point for all configs
|
||||
│ │ ├── keymaps.lua * This is for custom keymaps
|
||||
│ │ ├── lazy.lua * This is the plugins manager config (don't change it)
|
||||
│ │ └── options.lua * This is for neovim's default config
|
||||
│ └── plugin
|
||||
│ ├── dapui.lua * Ini contoh plugin
|
||||
│ └── init.lua * Ini untuk menambah, disable dan overide plugins
|
||||
│ ├── dapui.lua * This is an example of a plugin
|
||||
│ └── init.lua * This is for adding, disabling and overriding plugins
|
||||
├── my-snippets
|
||||
│ └── package.json * Ini digunakan untuk custom snippets
|
||||
│ └── package.json * This is used for custom snippets
|
||||
└── README.md
|
||||
```
|
||||
|
||||
# KeyMap
|
||||
# KeyMaps
|
||||
- leader = space bar
|
||||
- n = normal mode
|
||||
- i = insert mode
|
Loading…
Add table
Add a link
Reference in a new issue