aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/todotxt.lua
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-05-03 01:17:12 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-05-03 01:17:12 +0530
commit1c7a8e4afaca2d0687e4c0c735f7280d62b560ec (patch)
tree53af199c685697feaa5d0286d826dcee59058a7a /lua/plugins/todotxt.lua
parentf1973e83d82818583b91786198e81895bc927044 (diff)
downloadnvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.zip
nvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.tar.gz
Fixed Bug
an automated commit
Diffstat (limited to 'lua/plugins/todotxt.lua')
-rw-r--r--lua/plugins/todotxt.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/todotxt.lua b/lua/plugins/todotxt.lua
index 7794ae3..c005690 100644
--- a/lua/plugins/todotxt.lua
+++ b/lua/plugins/todotxt.lua
@@ -3,8 +3,8 @@ vim.pack.add({
})
require("todotxt").setup({
- todotxt = vim.env.HOME .. "/docs/sb/todo/todo.txt",
- donetxt = vim.env.HOME .. "/docs/sb/todo/done.txt",
+ todotxt = vim.env.HOME .. "/dox/todo/todo.txt",
+ donetxt = vim.env.HOME .. "/dox/todo/done.txt",
ghost_text = {
enable = true,
mappings = {