diff options
Diffstat (limited to 'Common/nvim/lua/plugins.lua')
-rwxr-xr-x | Common/nvim/lua/plugins.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 7921878..9669d2c 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -176,6 +176,17 @@ return require('packer').startup(function(use) }, }, { + path = '~/Nextcloud/wiki/M42', + syntax = 'markdown', + ext = 'md', + name = 'M42', + auto_toc = 1, + nested_syntaxes = { + python = 'python', + sql = 'sql', + }, + }, + { path = '~/Nextcloud/wiki/P01/', syntax = 'markdown', ext = 'md', |