mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-19 10:14:25 +02:00
Updated 6. Configurasi (markdown)
parent
100e1ada60
commit
71b488df52
1 changed files with 18 additions and 19 deletions
|
@ -7,10 +7,7 @@
|
|||
├── lua
|
||||
│ ├── custom
|
||||
│ │ ├── dashboard.lua * Ini untuk custom dashboard
|
||||
│ │ ├── format_onsave.lua * Ini untuk custom format ketika save
|
||||
│ │ ├── lsp_installer.lua * Ini untuk config LSP tidak support mason
|
||||
│ │ ├── null-ls.lua * Ini untuk config linter dan formatter
|
||||
│ │ └── register_lsp.lua * Ini untuk registrasi LSP install dari mason
|
||||
│ │ └── default.lua * Ini untuk semua custom (penyesuaian kebutuhan pengguna)
|
||||
│ ├── default
|
||||
│ │ ├── autocommands.lua * Ini untuk custom auto command
|
||||
│ │ ├── init.lua * Ini pintu masuk untuk semua config
|
||||
|
@ -19,8 +16,10 @@
|
|||
│ │ └── options.lua * Ini untuk custom config default neovim
|
||||
│ └── plugin
|
||||
│ ├── dapui.lua * Ini contoh plugin
|
||||
│ ├── init.lua * Ini untuk menambah, disable dan overide plugins
|
||||
│ └── lualine.lua * Ini contoh plugin
|
||||
│ └── init.lua * Ini untuk menambah, disable dan overide plugins
|
||||
├── my-snippets
|
||||
│ └── package.json * Ini digunakan untuk custom snippets
|
||||
└── README.md
|
||||
```
|
||||
|
||||
# KeyMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue