diff options
| author | 2025-05-29 14:53:31 +0300 | |
|---|---|---|
| committer | 2025-05-29 14:53:31 +0300 | |
| commit | ed137a15ff54dd4fc9a30183d9d626ae6f0cff50 (patch) | |
| tree | d84002bcf418ad6c09c0e163f75a869006c3fc84 /nvim/lua/plugins/treesitter.lua | |
| parent | Обновления конфигов (diff) | |
| download | dotfiles-ed137a15ff54dd4fc9a30183d9d626ae6f0cff50.tar.gz dotfiles-ed137a15ff54dd4fc9a30183d9d626ae6f0cff50.tar.bz2 dotfiles-ed137a15ff54dd4fc9a30183d9d626ae6f0cff50.tar.xz dotfiles-ed137a15ff54dd4fc9a30183d9d626ae6f0cff50.zip | |
29.05.2025
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 08d05e9..59e9294 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -7,7 +7,7 @@ return { additional_vim_regex_highlighting = false, }, ensure_installed = "all", - ignore_install = { "gdhsader", "phpdoc" }, + ignore_install = { "gdhsader", "phpdoc", "org" }, indent = { enable = true }, auto_install = true, sync_install = true, |
