diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 17:59:55 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 17:59:55 -0500 |
| commit | b9a2bc855bbd7a7d54c9e280ee875393e30cf1a6 (patch) | |
| tree | 1e83280d8d5a811ca825ca4e38790ec1bae9c6e6 /lua/user/treesitter.lua | |
| parent | 63cb259f98568820d5af6f346bff88c8eab4029b (diff) | |
add autopairs
Diffstat (limited to 'lua/user/treesitter.lua')
| -rw-r--r-- | lua/user/treesitter.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index f00cc2d..b5754d6 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -7,6 +7,9 @@ configs.setup { ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages sync_install = false, -- install languages synchronously (only applied to `ensure_installed`) ignore_install = { "" }, -- List of parsers to ignore installing + autopairs = { + enable = true, + }, highlight = { enable = true, -- false will disable the whole extension disable = { "" }, -- list of language that will be disabled |
