diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-12 16:14:27 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-12 16:14:27 +0100 |
commit | ed3495dcbe3e6da94f9fcb94288d76bf86af51cd (patch) | |
tree | cdaf4f89859ecd3b126b33a5662bb19275132e49 /Common/nvim/lua/plugins.lua | |
parent | d4d96a8fcaa895e45b537bcc8600b0d8a86fa15b (diff) | |
download | dotfiles-ed3495dcbe3e6da94f9fcb94288d76bf86af51cd.tar.gz dotfiles-ed3495dcbe3e6da94f9fcb94288d76bf86af51cd.zip |
Disable autocomplete
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', |