diff options
author | iurii plugatarov <[email protected]> | 2024-08-03 01:23:05 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-03 01:23:05 +0200 |
commit | 8132961a78def44238bb257bd96f4774fc87ca84 (patch) | |
tree | 55280641a5ebcd4d0bd4217f648d7433cad5888e /README.md | |
parent | 614b50a5cd2efcd1d88aa72c5a36aa4ef238dbfd (diff) | |
download | sketchbook.nvim-8132961a78def44238bb257bd96f4774fc87ca84.tar.gz |
remove templating main
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index 08a2e92..1e95724 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ This is quick and dirty implementation, something will probably won't work for y ## Features - **Quick Note Creation**: Quick note for random stuff -- **Template Selection**: You can predefine custom template for notes - **Note Searching**: telescope grep integration (if you have telescope installed ofc) - **Git Integration**: notes can be pushed and commited - **List Notes**: telescope integration that shows all existing notes @@ -61,6 +60,6 @@ require('lazy').setup({ ## TODO: -- [ ] improve git Integration -- [ ] fix telescope issues with indexing -- [ ] add auto indexing +- [x] improve git Integration +- [x] fix telescope issues with indexing +- [x] add auto indexing (solved with telescope) |