This commit is contained in:
Hadi 2024-06-20 01:23:20 +02:00
parent b44a2e17f9
commit 8ec1744969
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Different link on web/mobile (so it can open ios/android apps) - [ ] Different link on web/mobile (so it can open ios/android apps)
- [ ] Test services ? (ping) - [ ] Test services ? (ping)
- [ ] Nixvim - [ ] Nixvim
- [ ] Nerdfont pluggins to search and paste in the code
- [ ] Telescope shortcut for file content - [ ] Telescope shortcut for file content
- [ ] Markdown snippets - [ ] Markdown snippets
- [ ] Make whichkey better - [ ] Make whichkey better

View File

@ -137,7 +137,7 @@
blur = { enabled = false; }; blur = { enabled = false; };
}; };
master = { new_is_master = true; }; master = { new_status = true; };
gestures = { workspace_swipe = true; }; gestures = { workspace_swipe = true; };