diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-05 22:22:29 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-05 22:22:29 -0400 |
| commit | 41224173cfce3d4bd189a4a41aadab14973a609b (patch) | |
| tree | fd8879f4f38e11ac976d726cc3b3aefef8d374dd /pkgs/custom-neovim/nvim | |
| parent | a1f1e24d62a0ea5f633324c6362b566abf9ec66c (diff) | |
testing custom nvim
Former-commit-id: 700073b729c559dbfa63870db6ea0869ebac61ae
Diffstat (limited to 'pkgs/custom-neovim/nvim')
| -rw-r--r-- | pkgs/custom-neovim/nvim/lua/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/nvim/lua/init.lua b/pkgs/custom-neovim/nvim/lua/init.lua new file mode 100644 index 0000000..5507366 --- /dev/null +++ b/pkgs/custom-neovim/nvim/lua/init.lua @@ -0,0 +1 @@ +vim.cmd.colorscheme("evening") |
