diff options
| author | ajschofield <git@ajschof.me> | 2024-10-08 02:26:59 +0100 |
|---|---|---|
| committer | ajschofield <git@ajschof.me> | 2024-10-08 02:26:59 +0100 |
| commit | a51c8b7769377975a9f051e4d781d82a421f3dfb (patch) | |
| tree | 9cf8c0950fd33274b0e3b482b1c6c378ce2e58be /lvim | |
| parent | 07ea18240ec29ccf2c9284bfda60d6cf6dfa3953 (diff) | |
| download | dotfiles-a51c8b7769377975a9f051e4d781d82a421f3dfb.tar.gz dotfiles-a51c8b7769377975a9f051e4d781d82a421f3dfb.zip | |
add lvim config
Diffstat (limited to 'lvim')
| -rw-r--r-- | lvim/config.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lvim/config.lua b/lvim/config.lua new file mode 100644 index 0000000..cf30907 --- /dev/null +++ b/lvim/config.lua @@ -0,0 +1,9 @@ +lvim.plugins = { + { + "scottmckendry/cyberdream.nvim", + lazy = false, + priority = 1000, + } +} + +lvim.colorscheme = "cyberdream" |
