about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-03 01:23:05 +0200
committeriurii plugatarov <[email protected]>2024-08-03 01:23:05 +0200
commit8132961a78def44238bb257bd96f4774fc87ca84 (patch)
tree55280641a5ebcd4d0bd4217f648d7433cad5888e /README.md
parent614b50a5cd2efcd1d88aa72c5a36aa4ef238dbfd (diff)
downloadsketchbook.nvim-8132961a78def44238bb257bd96f4774fc87ca84.tar.gz
remove templating main
Diffstat (limited to '')
-rw-r--r--README.md7
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)