diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..20d5677 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# `denote.nvim` + +`denote.nvim` is a plugins for creating notes without any external dependencies. Main inspiration for this project was emacs package called `Denote`. + + +# Installation + +```lua + { + "HumanEntity/denote.nvim", + build = "mkdir -p ~/.denote/" + +``` + +This takes care of installing and creating note directory for `denote`. Denote has no external dependencies but I recommend you use `telescope-ui-select.nvim` plugin for better ui. |
