From 70f3e07aeaeb13dae9ba86611a9f6d9b83908926 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Tue, 21 Feb 2023 19:21:38 +0700 Subject: [PATCH] update --- README.md | 5 ++++- lua/custom/format_onsave.lua | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b6e9e6..6132304 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,16 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim | lua/plugin/\* | (ini digunakan untuk custom plugins, tambah dan override) | ## KeyMap -- leader = space bar +- leader = space bar +- n = normal mode + + diff --git a/lua/custom/format_onsave.lua b/lua/custom/format_onsave.lua index 085c4ef..87ce7dc 100644 --- a/lua/custom/format_onsave.lua +++ b/lua/custom/format_onsave.lua @@ -1,5 +1,5 @@ local M = { - disable = 0, -- 0 ( format jalan) 1 (fromat off) + disable = 1, -- 0 ( format jalan) 1 (fromat off) } return M
Mode Key Keterangan
n leader Membuka Wich Key