From bd6f6bed80b26a794b25b649db2fcaca651ec49c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 24 Sep 2024 19:40:13 +0200 Subject: [PATCH] nvim: minor stuff --- nvim/lua/user/plugins/editor/treesitter.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/lua/user/plugins/editor/treesitter.lua b/nvim/lua/user/plugins/editor/treesitter.lua index 1aabc57..cbf5649 100644 --- a/nvim/lua/user/plugins/editor/treesitter.lua +++ b/nvim/lua/user/plugins/editor/treesitter.lua @@ -14,9 +14,12 @@ return { opts = { -- Default parsers. ensure_installed = { + -- VIM stuff "vim", "vimdoc", "query", + + -- Common config languages "json", "jsonc", "yaml",