diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-15 18:33:40 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-15 18:33:40 +0200 |
| commit | f5aa0efb11f31d798e6511c34317b40681bcfbd6 (patch) | |
| tree | c04acab081f7a4f11dcd208a4356a9ec37209c42 /lua/pml68/plugins.lua | |
| parent | fix: completion not working due to VimTeX (diff) | |
| download | nvim-f5aa0efb11f31d798e6511c34317b40681bcfbd6.tar.gz | |
feat: add yaml parser to ensure_installed list of treesitter
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 1 |
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", |
