diff options
author | Yigit Sever | 2022-04-13 09:35:17 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-13 09:35:17 +0300 |
commit | dac47342daa8a62e08c6e5b23912e23cd3d70123 (patch) | |
tree | bfa693d35bdf51b8ba18c0c954cd506f4d7144dd | |
parent | 4d399666ce02c7f83b443a88e4134a61816cfaa3 (diff) | |
download | dotfiles-dac47342daa8a62e08c6e5b23912e23cd3d70123.tar.gz dotfiles-dac47342daa8a62e08c6e5b23912e23cd3d70123.tar.bz2 dotfiles-dac47342daa8a62e08c6e5b23912e23cd3d70123.zip |
nvim: treesitter installs all configs
-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" }, |