mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-25 01:46:42 +00:00
Use dracula theme
This commit is contained in:
@@ -73,12 +73,12 @@ if vim.fn.executable("git") == 1 then
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"samharju/synthweave.nvim",
|
||||
"Mofiqul/dracula.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme("synthweave")
|
||||
vim.cmd.colorscheme("dracula")
|
||||
end
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user