aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/plugin/todo-txt.lua
blob: 917805d5e3ca1aa6abc19b705273dba601089459 (plain) (blame)
1
2
3
4
5
6
7
require('todotxt-nvim').setup({
    todo_file = "/home/lemon/Documents/Notes/todo/todo.txt",
    sidebar = {
        width = 60,
        position = "right", -- default: "right"
    },
})