backup neovim
This commit is contained in:
12
neovim/lua/plugins/dracula.lua
Normal file
12
neovim/lua/plugins/dracula.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- Install Dracula theme
|
||||
{ "Mofiqul/dracula.nvim", lazy = false },
|
||||
|
||||
-- Tell LazyVim to use it
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "dracula",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user