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 {