diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..aa45473 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +# Code diff --git a/README.md b/README.md index e6d0d2a..76d0b1c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ --- `for neovim 0.10+` -[toc] - ## Introduction - **dorm** is a plugin meant to bring the awesome extensibility of emacs [org-mode] or [neorg] without needing to switch from the gold standard [markdown], or from the best editor [neovim]. diff --git a/book/src/customizing.md b/book/src/customizing.md new file mode 100644 index 0000000..e69de29 diff --git a/book/src/end.md b/book/src/end.md new file mode 100644 index 0000000..e69de29 diff --git a/book/src/mods.md b/book/src/mods.md new file mode 100644 index 0000000..e69de29 diff --git a/flake.nix b/flake.nix index 0994cf5..bb2747f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,5 @@ { description = "dorm.lua"; - inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; };