From 8fe8bfa69191d6d2cb44872aa3f70cf4d43d4fbb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 15 Dec 2022 21:14:27 +0100 Subject: vim: enable vimdoc treesitter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 404cf55..cc008bc 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -249,6 +249,7 @@ require('packer').startup({function() 'org', 'hare', 'gotmpl', + 'vimdoc', } -- }}} use {'nvim-treesitter/nvim-treesitter', -- {{{ run = ':TSUpdate', -- cgit 1.4.1