From 0613f29757b688b55b74027063d35dcebc23b10a Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 10 Jul 2023 14:05:55 -0400 Subject: nvim: stuff --- .config/nvim/lua/plugins/treesitter.lua | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to '.config/nvim/lua/plugins/treesitter.lua') diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index ba45ada..e07c895 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -7,24 +7,25 @@ return { require("nvim-treesitter.configs").setup({ auto_install = true, ensure_installed = { - "lua", - "python", - "rust", "bash", - "regex", - "json", - "toml", - "yaml", - "ini", - "markdown", - "html", + "clojure", "css", + "html", + "ini", "javascript", - "typescript", - "tsx", + "json", + "kotlin", + "lua", + "markdown", + "python", + "regex", + "rust", "scss", - "clojure", "sql", + "toml", + "tsx", + "typescript", + "yaml", }, highlight = { enable = true }, }) -- cgit v1.2.3