summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-06-30 14:47:44 -0400
committeroutremonde <outremonde@vivaldi.net>2025-06-30 14:47:44 -0400
commitd9cfc3f622f9ca38f5a0756f758c7f6facb46ff9 (patch)
tree8f88c70d1ea473b0fc6a2d59eaadfb6107eb17f7 /pkgs
parentc32b23c4367b3f75b88855d7fd59c927ed46662f (diff)
edited nvim fennel
Former-commit-id: 0d794bde5ae970e31728ce563f365097ee1a9b01
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/custom-neovim/config/init.fnl2
-rw-r--r--pkgs/custom-neovim/config/init.lua3
2 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/init.fnl b/pkgs/custom-neovim/config/init.fnl
index 44ee755..c097c94 100644
--- a/pkgs/custom-neovim/config/init.fnl
+++ b/pkgs/custom-neovim/config/init.fnl
@@ -4,4 +4,4 @@
: set+
: exec!} :hibiscus.vim)
-(exec! "colorscheme evening")
+(exec! [colorscheme rose-pine-main])
diff --git a/pkgs/custom-neovim/config/init.lua b/pkgs/custom-neovim/config/init.lua
index 7f30256..a69b7ef 100644
--- a/pkgs/custom-neovim/config/init.lua
+++ b/pkgs/custom-neovim/config/init.lua
@@ -1,4 +1,7 @@
require 'tangerine'.setup {
+ vimrc = "./init.fnl",
+ source = "./fnl",
+ target = "./lua",
compiler = {
verbose = false,
hooks = { "oninit" }