From 8fc749e2479d62829c9c627867770035b74529a4 Mon Sep 17 00:00:00 2001 From: Kelly Brower Date: Wed, 10 Jan 2024 01:08:22 -0700 Subject: [PATCH] Update README.md (#120) Added instructions for LazyVim users. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 82ae564..e7f0753 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,22 @@ require('lualine').setup { } ``` +If you are using [LazyVim](https://github.com/LazyVim/LazyVim), you can add this to your plugins/colorscheme.lua file: +``` +return { + -- add dracula + { "Mofiqul/dracula.nvim" }, + + -- Configure LazyVim to load dracula + { + "LazyVim/LazyVim", + opts = { + colorscheme = "dracula", + }, + }, +} +``` + ## 🔧 Configuration The configuration must be run before `colorscheme` command to take effect.