aboutsummaryrefslogtreecommitdiffstats
path: root/lvim
diff options
context:
space:
mode:
Diffstat (limited to 'lvim')
-rw-r--r--lvim/config.lua9
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"
git.ajschof.me — hosted by ajschofield — powered by cgit