add todo section to bindings

This commit is contained in:
Thomas Ruoff
2023-04-26 22:35:38 +02:00
parent 91db9483b7
commit 2608e38342

View File

@@ -48,3 +48,10 @@ K vim.lsp.buf.hover
[d vim.diagnostic.goto_prev [d vim.diagnostic.goto_prev
]d vim.diagnostic.goto_next ]d vim.diagnostic.goto_next
### TODO
- print to current buffer
```
vim.api.nvim_put({ %s })}, "c", true, true)
```