diff options
| author | moxie <moxie@3kgcat.fi> | 2026-03-15 23:56:23 +0200 |
|---|---|---|
| committer | moxie <moxie@3kgcat.fi> | 2026-03-15 23:58:12 +0200 |
| commit | 2e831e569296acc3f90f83a1b8c5dd79c0631175 (patch) | |
| tree | c6aaaa3716fc7ce0b9fdce52a02dbc8725ccdb7f /lua/muwiki | |
| parent | c7a268de6279f4aef74e5d410c8cb084b55f8bc8 (diff) | |
chore: update readme/doc
Diffstat (limited to 'lua/muwiki')
| -rw-r--r-- | lua/muwiki/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/muwiki/config.lua b/lua/muwiki/config.lua index a2121b1..831e406 100644 --- a/lua/muwiki/config.lua +++ b/lua/muwiki/config.lua @@ -3,7 +3,7 @@ local M = {} M.options = { dirs = nil, index_file = 'index.md', - text_extensions = { 'txt', 'py', 'rb', 'js', 'ts', 'lua', 'sh', 'bash', 'zsh', 'vim', 'json', 'yaml', 'yml', 'toml', 'xml', 'html', 'css' }, + text_extensions = {}, } function M.setup(opts) |
