Updated 6. Configurations (markdown)

Asep Komarudin 2024-02-25 07:07:27 +07:00
parent 64c3ebc6d4
commit ac2a65ee78

@ -590,7 +590,16 @@ vim.api.nvim_set_keymap("v", "<c-v>", "<C-R>+", { 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 {