diff options
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 15381bd..0eb0e94 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -270,7 +270,7 @@ alpha.setup(startify.opts) | |||
| 270 | -- treesitter {{{ -- | 270 | -- treesitter {{{ -- |
| 271 | 271 | ||
| 272 | require 'nvim-treesitter.configs'.setup { | 272 | require 'nvim-treesitter.configs'.setup { |
| 273 | ensure_installed = "maintained", | 273 | ensure_installed = "all", |
| 274 | highlight = { | 274 | highlight = { |
| 275 | enable = true, | 275 | enable = true, |
| 276 | disable = { "latex" }, | 276 | disable = { "latex" }, |
