dotfiles/nvim/lua/todotxt_config.lua
Markus Dieckmann 782e4bf6dd todotxt config
2023-02-01 21:47:59 +01:00

9 lines
141 B
Lua

require('todotxt-nvim').setup({
todo_file = '~/todotxt/todo.txt',
sidebar = {
width = 40,
position = 'right'
}
}
)