mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
Update README.md
This commit is contained in:
parent
1cfd313915
commit
d5b2186916
12
README.md
12
README.md
|
|
@ -7,12 +7,6 @@
|
|||
To install Dracula-Soft, you need a plugin manager.
|
||||
In the example, bellow we are going to use vim-plug.
|
||||
|
||||
## Transparency
|
||||
|
||||
```vim
|
||||
g:dracula_transparency = true
|
||||
```
|
||||
|
||||
```vim
|
||||
Plug 'maxmx03/dracula.nvim', { 'branch': 'vim9' }
|
||||
|
||||
|
|
@ -20,6 +14,12 @@ colorscheme dracula
|
|||
colorscheme dracula-soft
|
||||
```
|
||||
|
||||
## Transparency
|
||||
|
||||
```vim
|
||||
g:dracula_transparency = true
|
||||
```
|
||||
|
||||
## Plugins
|
||||
|
||||
Bellow are the Dracula-Soft supported plugins.
|
||||
|
|
|
|||
Loading…
Reference in a new issue