You've already forked faultynotes
20 lines
462 B
Markdown
20 lines
462 B
Markdown
# FaultyNotes (title WIP)
|
|
|
|
A custom and pared down note taking plugin for the Neovim editor (targetting v0.12+) based on the Zettelkasten style, built to rely upon Neovim native functionality and minimal optional additions (such as Telescope integration).
|
|
|
|
## Installation
|
|
|
|
### vim.pack
|
|
|
|
```lua
|
|
vim.pack.add({
|
|
'https://git.faultybranches.dev/FaultyBranches_Public/faultynotes.git'
|
|
})
|
|
```
|
|
|
|
## Init and Configuration
|
|
|
|
```lua
|
|
require('faultynotes').setup()
|
|
```
|