add txt files to g:denote_note_file_extension

This commit is contained in:
2026-02-17 19:49:10 +01:00
parent 1fd1e9aaa0
commit 81c5d3f849
4 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
" Restrict basic operations to these files:
if !exists('g:denote_note_file_extensions')
let g:denote_note_file_extensions=['md', 'org']
let g:denote_note_file_extensions=['md', 'org', 'txt']
endif
" Number of columns used for the title in the location window.