aboutsummaryrefslogtreecommitdiffstats
path: root/lvim
diff options
context:
space:
mode:
authorajschofield <git@ajschof.me>2024-10-08 02:26:59 +0100
committerajschofield <git@ajschof.me>2024-10-08 02:26:59 +0100
commita51c8b7769377975a9f051e4d781d82a421f3dfb (patch)
tree9cf8c0950fd33274b0e3b482b1c6c378ce2e58be /lvim
parent07ea18240ec29ccf2c9284bfda60d6cf6dfa3953 (diff)
downloaddotfiles-a51c8b7769377975a9f051e4d781d82a421f3dfb.tar.gz
dotfiles-a51c8b7769377975a9f051e4d781d82a421f3dfb.zip
add lvim config
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