From 11c8477183da0e16bf150e9fac8da38826e2340c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 8 Apr 2023 17:49:55 +0100 Subject: Adds todo.txt support to neovim I need to add keyboard shortcuts, but you get a buffer window. --- nvim/after/plugin/todo-txt.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nvim/after/plugin/todo-txt.lua (limited to 'nvim/after/plugin') diff --git a/nvim/after/plugin/todo-txt.lua b/nvim/after/plugin/todo-txt.lua new file mode 100644 index 0000000..917805d --- /dev/null +++ b/nvim/after/plugin/todo-txt.lua @@ -0,0 +1,7 @@ +require('todotxt-nvim').setup({ + todo_file = "/home/lemon/Documents/Notes/todo/todo.txt", + sidebar = { + width = 60, + position = "right", -- default: "right" + }, +}) -- cgit v1.2.3