Skip to content

Commit

Permalink
Update README.md (#120)
Browse files Browse the repository at this point in the history
Added instructions for LazyVim users.
  • Loading branch information
kellybrower authored Jan 10, 2024
1 parent 392db4b commit 8fc749e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fc749e

Please sign in to comment.