summaryrefslogtreecommitdiffstats
path: root/lua/plugins
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-05-19 17:08:13 +0200
committerNanderty <psopka@sopka.ch>2023-05-19 17:08:13 +0200
commit95686ce8c52cab5d43ec5cc031ce3758589a5f8f (patch)
treedd00f6c20d8bbfa4406e80512258aa60239b96b0 /lua/plugins
parent5b86f069582eaff5d360e62e28dcaba3aee9de47 (diff)
downloadneovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.tar.gz
neovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.tar.bz2
neovim-config-95686ce8c52cab5d43ec5cc031ce3758589a5f8f.zip
graphics
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua
index 4e488ad..ee16f1b 100644
--- a/lua/plugins/treesitter.lua
+++ b/lua/plugins/treesitter.lua
@@ -10,7 +10,7 @@ return {
auto_install = true,
ignore_install = { 'latex' },
highlight = { enable = true },
- indent = { enable = true, disable = { 'python' } },
+ indent = { enable = true, disable = { 'python' } },
ensure_installed = {
'javascript',
'python',