commit 630b388d4fe20475ecfb02a37ebd61b93a8af74f
parent 6ff9823bb1c86f57157db53dcc5c9aa7233ad928
Author: hhvn <dev@hhvn.uk>
Date: Sun, 20 Jun 2021 15:08:53 +0100
.c/n/f/todo.vim: fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/nvim/ftdetect/todo.vim b/.config/nvim/ftdetect/todo.vim
@@ -1,4 +1,4 @@
-au BufNewFile,BufRead todo :set filetype=gph
+au BufNewFile,BufRead todo :set filetype=todo
au BufNewFile,BufRead *.todo :set filetype=todo
au BufNewFile,BufRead todo :set syntax=todo
au BufNewFile,BufRead *.todo :set syntax=todo