Add Dracula Pro usage and include encryption support

This commit is contained in:
Tony Blyler 2023-10-26 11:58:42 -04:00
parent c635d98988
commit a3352de2d9
14 changed files with 191 additions and 29 deletions
chezmoi/private_dot_config/nvim/lua/helpers

View file

@ -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