From a51c8b7769377975a9f051e4d781d82a421f3dfb Mon Sep 17 00:00:00 2001 From: ajschofield Date: Tue, 8 Oct 2024 02:26:59 +0100 Subject: add lvim config --- lvim/config.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lvim/config.lua (limited to 'lvim') 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" -- cgit v1.2.3