Add Dracula Pro usage and include encryption support
This commit is contained in:
parent
c635d98988
commit
a3352de2d9
14 changed files with 191 additions and 29 deletions
chezmoi/private_dot_config/nvim/lua/helpers
|
@ -15,6 +15,9 @@ local function get_if_available(name, opts)
|
|||
return "default"
|
||||
end
|
||||
|
||||
local colorscheme = get_if_available('gruvbox')
|
||||
local colorscheme = get_if_available('dracula')
|
||||
if colorscheme == "default" then
|
||||
colorscheme = get_if_available('gruvbox')
|
||||
end
|
||||
|
||||
return colorscheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue