feat(nvim): enable vimwiki

This commit is contained in:
Michael Mandl 2024-07-27 22:22:59 +02:00 committed by Michael Mandl
parent 1e7b654477
commit 22a18418ac
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
6 changed files with 34 additions and 5 deletions

View file

@ -91,3 +91,5 @@ require('nvim-treesitter.configs').setup({
},
},
})
vim.treesitter.language.register("markdown", "vimwiki")