aboutsummaryrefslogtreecommitdiff
path: root/README.norg
blob: ac30d0f57d8bcb386b411e09bc294c22a2f45f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* `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
  @code lua
  {
	  "HumanEntity/denote.nvim",
	  build = "mkdir -p ~/.denote/",
  } 
  @end

  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.