From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sat, 26 Aug 2023 13:47:55 +0200
Subject: Docs(treewide): Add a colon after every "TODO"

---
 .../neovim/nixvim/plugins/telescope/extensions/rooter/lua/rooter.lua    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/rooter')

diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/rooter/lua/rooter.lua b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/rooter/lua/rooter.lua
index 9ea8b88c..1d66931b 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/rooter/lua/rooter.lua
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/rooter/lua/rooter.lua
@@ -14,7 +14,7 @@ end
 
 local log = plenary.log.new({ plugin = "telescope_rooter", level = "info" })
 
--- TODO expose this function
+-- TODO: expose this function
 local toggle = function(_)
     vim.g["Telescope#rooter#enabled"] = not vim.g["Telescope#rooter#enabled"]
     print("Telescope#rooter#enabled=" ..
-- 
cgit 1.4.1