dotfiles/nvim/lua/todotxt_config.lua

10 lines
153 B
Lua
Raw Normal View History

2022-08-23 16:02:27 +02:00
todo = require('todotxt-nvim')
todo.setup({
todo_file = '~/todotxt/todo.txt',
2022-08-23 16:02:27 +02:00
sidebar = {
width = 40,
position = 'right'
}
}
)