diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
| commit | 338e1e48e6bb5e57225506e86d4112feabe2ae49 (patch) | |
| tree | 0e886facc473dd515a778cda35275c3f1f1ace55 /.config/nvim/lua/plugins/treesitter.lua | |
| parent | 11231c649e09b1c1d054482bb01d98baf83a2537 (diff) | |
nvim: remove EVEN MORE plugins (whoa)
Diffstat (limited to '.config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 3f7c5ac..fe48d9f 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -22,6 +22,7 @@ return { "rust", "scss", "sql", + "svelte", "toml", "tsx", "typescript", |
