diff options
| author | outremonde <outremonde@vivaldi.net> | 2025-06-30 14:47:44 -0400 |
|---|---|---|
| committer | outremonde <outremonde@vivaldi.net> | 2025-06-30 14:47:44 -0400 |
| commit | d9cfc3f622f9ca38f5a0756f758c7f6facb46ff9 (patch) | |
| tree | 8f88c70d1ea473b0fc6a2d59eaadfb6107eb17f7 /pkgs | |
| parent | c32b23c4367b3f75b88855d7fd59c927ed46662f (diff) | |
edited nvim fennel
Former-commit-id: 0d794bde5ae970e31728ce563f365097ee1a9b01
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/init.fnl | 2 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/init.lua | 3 |
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" } |
