Updated 6. Configurasi (markdown)

Asep Komarudin 2023-12-29 15:42:11 +07:00
parent ca42ac3496
commit 0d950875e2

@ -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