mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
refactor: readme.md
This commit is contained in:
parent
99e871410f
commit
6499c029f4
|
|
@ -1,6 +1,8 @@
|
|||
# Dracula
|
||||
|
||||

|
||||
> Created with [schemecraft](https://github.com/maxmx03/schemecraft)
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -90,6 +92,7 @@ return {
|
|||
}
|
||||
})
|
||||
vim.cmd.colorscheme 'dracula'
|
||||
vim.cmd.colorscheme 'dracula-soft'
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
@ -100,6 +103,7 @@ return {
|
|||
```vim
|
||||
Plug 'maxmx03/dracula.nvim', { 'branch': 'vim' }
|
||||
colorscheme dracula
|
||||
colorscheme dracula-soft
|
||||
```
|
||||
|
||||
## Api
|
||||
|
|
|
|||
Loading…
Reference in a new issue