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
57a8b009be
commit
b5055b769e
10
README.md
10
README.md
|
|
@ -1,17 +1,23 @@
|
|||
# Dracula
|
||||
# Dracula-Soft
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
vim-plug
|
||||
To install Dracula-Soft, you need a plugin manager. \
|
||||
In the example, bellow we are going to use vim-plug.
|
||||
|
||||
```vim
|
||||
Plug 'maxmx03/dracula.nvim', { 'branch': 'vim' }
|
||||
|
||||
colorscheme dracula-soft
|
||||
```
|
||||
|
||||
## Plugins
|
||||
|
||||
Bellow are the Dracula-Soft supported plugins. \
|
||||
Enable the plugins you want.
|
||||
|
||||
```vim
|
||||
g:dracula.plugins["nvim-treesitter"] = false
|
||||
g:dracula.plugins["nvim-lspconfig"] = false
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ if (has('termguicolors') && &termguicolors) || has('gui_running')
|
|||
]
|
||||
endif
|
||||
|
||||
|
||||
hi ColorColumn guifg=NONE guibg=#21222c gui=NONE cterm=NONE
|
||||
hi Conceal guifg=#44475A guibg=NONE gui=NONE cterm=NONE
|
||||
hi CurSearch guifg=#8be9fd guibg=#374754 gui=NONE cterm=NONE
|
||||
|
|
|
|||
Loading…
Reference in a new issue