mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 18:28:44 +02:00
Updated 6. Configurations (markdown)
parent
64c3ebc6d4
commit
ac2a65ee78
1 changed files with 10 additions and 1 deletions
|
@ -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_transparent_mode = 1
|
||||||
vim.g.pcode_clear_lualine = 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
|
- Create file lua/plugin/transparant.lua
|
||||||
```lua
|
```lua
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue