aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-15 18:33:40 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-15 18:33:40 +0200
commitf5aa0efb11f31d798e6511c34317b40681bcfbd6 (patch)
treec04acab081f7a4f11dcd208a4356a9ec37209c42 /lua
parentfix: completion not working due to VimTeX (diff)
downloadnvim-f5aa0efb11f31d798e6511c34317b40681bcfbd6.tar.gz
feat: add yaml parser to ensure_installed list of treesitter
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 14876cd..36dc321 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -181,6 +181,7 @@ local plugins = {
"python",
"rust",
"markdown",
+ "yaml",
"json",
"glsl",
"dart",