From ac2a65ee78b0cda3e9b697207a76b1855f47747f Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Sun, 25 Feb 2024 07:07:27 +0700 Subject: [PATCH] Updated 6. Configurations (markdown) --- 6.-Configurations.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/6.-Configurations.md b/6.-Configurations.md index 48515f7..121f844 100644 --- a/6.-Configurations.md +++ b/6.-Configurations.md @@ -590,7 +590,16 @@ vim.api.nvim_set_keymap("v", "", "+", { noremap = true, silent = true vim.g.pcode_transparent_mode = 1 vim.g.pcode_clear_lualine = 1 ``` -2. Create config plugin transparant +2. Delete last load config +``` +# linux / mac +rm -rf ~/.local/share/nvim +# windows Powershell +rm -Force ~\AppData\Local\nvim-data +# windows cmd +rd -r ~\AppData\Local\nvim-data +``` +3. Create config plugin transparant - Create file lua/plugin/transparant.lua ```lua return {