diff options
| author | jdhao <jdhao@hotmail.com> | 2023-07-22 14:44:56 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-07-22 14:46:10 +0200 |
| commit | 67a4b6e6d0b8000436f45e0bd1aacda46adf1164 (patch) | |
| tree | 39fc2d6ef7503eded23466cc7668094a73f3192a | |
| parent | bb27d93433339727016880b3275992217afcfdaa (diff) | |
feat: add treesitter toml
| -rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
