10 lines
164 B
Lua
10 lines
164 B
Lua
|
todo = require('todotxt-nvim')
|
||
|
todo.setup({
|
||
|
todo_file = '/home/mardie/todotxt/todo.txt',
|
||
|
sidebar = {
|
||
|
width = 40,
|
||
|
position = 'right'
|
||
|
}
|
||
|
}
|
||
|
)
|