Skip to content

Commit

Permalink
Fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hulufei committed Aug 26, 2024
1 parent 5890939 commit 12e7f14
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions fnl/diary.nvim/init.fnl → fnl/diary/init.fnl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(local {: autoload} (require :nfnl-plugin-example.nfnl.module))
(local core (autoload :nfnl-plugin-example.nfnl.core))
(local fs (autoload :nfnl-plugin-example.nfnl.fs))
(local {: autoload} (require :diary.nfnl.module))
(local core (autoload :diary.nfnl.core))
(local fs (autoload :diary.nfnl.fs))

(local config {:diary-dir "~/diary/"})

Expand Down
2 changes: 1 addition & 1 deletion fnl/spec/nfnl/example_spec.fnl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(local {: describe : it} (require :plenary.busted))
(local assert (require :luassert.assert))
(local core (require :nfnl-plugin-example.nfnl.core))
(local core (require :diary.nfnl.core))

(describe
"first"
Expand Down
8 changes: 4 additions & 4 deletions lua/diary.nvim/init.lua → lua/diary/init.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lua/spec/nfnl/example_spec.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script/nfnl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ else
fi

SRC_DIR=deps/nfnl/lua/nfnl \
PROJECT=nfnl-plugin-example \
DEST_DIR=lua/nfnl-plugin-example \
PROJECT=diary \
DEST_DIR=lua/diary \
./deps/nfnl/script/embed-library

0 comments on commit 12e7f14

Please sign in to comment.