From 67a4b6e6d0b8000436f45e0bd1aacda46adf1164 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 22 Jul 2023 14:44:56 +0200 Subject: [PATCH] feat: add treesitter toml --- lua/config/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index ee07b83..4111859 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -1,5 +1,5 @@ require("nvim-treesitter.configs").setup { - ensure_installed = { "python", "cpp", "lua", "vim", "json" }, + ensure_installed = { "python", "cpp", "lua", "vim", "json", "toml" }, ignore_install = {}, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension