mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
2d038fb40a
commit
91528528ef
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -45,6 +45,7 @@
|
||||||
- [Custom Autocommand](#Custom-Autocommand)
|
- [Custom Autocommand](#Custom-Autocommand)
|
||||||
- [Cutom Default Option](#Cutom-Default-Option)
|
- [Cutom Default Option](#Cutom-Default-Option)
|
||||||
- [Custom Key Mapping](#Custom-Key-Mapping)
|
- [Custom Key Mapping](#Custom-Key-Mapping)
|
||||||
|
- [Custom Plugins](#Custom-Plugins)
|
||||||
- [List Plugins](#List-Plugins)
|
- [List Plugins](#List-Plugins)
|
||||||
|
|
||||||
|
|
||||||
|
@ -406,6 +407,19 @@ end
|
||||||
-- ini adalah contoh
|
-- ini adalah contoh
|
||||||
map("n", "]h", '<cmd>lua print("Testing")<cr>', "Testing Mapping")
|
map("n", "]h", '<cmd>lua print("Testing")<cr>', "Testing Mapping")
|
||||||
```
|
```
|
||||||
|
## Custom Plugins
|
||||||
|
### cari file lua/plugin/*
|
||||||
|
- masukan semua pligin pada folder tersebut
|
||||||
|
- disable plugins
|
||||||
|
```
|
||||||
|
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||||
|
```
|
||||||
|
- tambah plugins
|
||||||
|
```
|
||||||
|
{"nvim-treesitter/nvim-treesitter"},
|
||||||
|
```
|
||||||
|
untuk panduan silahkan cek <br>
|
||||||
|
https://github.com/folke/lazy.nvim#Examples
|
||||||
## Seting Bahasa Pemprograman
|
## Seting Bahasa Pemprograman
|
||||||
|
|
||||||
- https://youtube.com/playlist?list=PLhzwHCJWMbnvhPy0wqZGVBRUEAgS93iuk
|
- https://youtube.com/playlist?list=PLhzwHCJWMbnvhPy0wqZGVBRUEAgS93iuk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue