diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-03 23:10:17 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-03 23:10:17 +0200 |
| commit | 36725b6e206b9bd1abbfb7ddfc6fbcf3973b7c70 (patch) | |
| tree | ea2fb8618bb1e96c1135bb0db9e4c3925eed46d7 /lua | |
| parent | feat: add nvim-colorizer plugin (diff) | |
| download | nvim-36725b6e206b9bd1abbfb7ddfc6fbcf3973b7c70.tar.gz | |
feat: add svelte parser
Diffstat (limited to '')
| -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 8c17a00..010543d 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -167,6 +167,7 @@ local plugins = { "css", "typescript", "javascript", + "svelte", "python", "rust", "markdown", |
