aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-07-22 14:44:56 +0200
committerjdhao <jdhao@hotmail.com>2023-07-22 14:46:10 +0200
commit67a4b6e6d0b8000436f45e0bd1aacda46adf1164 (patch)
tree39fc2d6ef7503eded23466cc7668094a73f3192a /lua
parentbb27d93433339727016880b3275992217afcfdaa (diff)
feat: add treesitter toml
Diffstat (limited to 'lua')
-rw-r--r--lua/config/treesitter.lua2
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