diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
| commit | fe68554e903e3f3912d18662da81961b7fb8931b (patch) | |
| tree | 3aa4dc7730245b3bf0655e83f407d5e5d7a5baeb /.config/nvim/lua/plugins/treesitter.lua | |
| parent | a7c08cb33b89e8447c951a32c68c4506b22e4125 (diff) | |
nvim: remove some more plugins
Diffstat (limited to '.config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 17a498b..d948ac6 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -17,8 +17,8 @@ return { "kotlin", "lua", "markdown", + "perl", "python", - "qmljs", "regex", "rust", "scss", |
