From 91528528eff97b145be6bdb61c124c8b18f27064 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Wed, 22 Feb 2023 15:30:58 +0700 Subject: [PATCH] update --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 968df44..18d5c8f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ - [Custom Autocommand](#Custom-Autocommand) - [Cutom Default Option](#Cutom-Default-Option) - [Custom Key Mapping](#Custom-Key-Mapping) + - [Custom Plugins](#Custom-Plugins) - [List Plugins](#List-Plugins) @@ -406,6 +407,19 @@ end -- ini adalah contoh map("n", "]h", 'lua print("Testing")', "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
+https://github.com/folke/lazy.nvim#Examples ## Seting Bahasa Pemprograman - https://youtube.com/playlist?list=PLhzwHCJWMbnvhPy0wqZGVBRUEAgS93iuk