diff options
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-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 b13c704..ab9d6d2 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -274,6 +274,7 @@ require('dashboard').setup { | |||
274 | 274 | ||
275 | require 'nvim-treesitter.configs'.setup { | 275 | require 'nvim-treesitter.configs'.setup { |
276 | ensure_installed = "all", | 276 | ensure_installed = "all", |
277 | auto_install = true, | ||
277 | highlight = { | 278 | highlight = { |
278 | enable = true, | 279 | enable = true, |
279 | disable = { "latex" }, | 280 | disable = { "latex" }, |
@@ -396,7 +397,6 @@ nvim_lsp.ltex.setup { | |||
396 | } | 397 | } |
397 | } | 398 | } |
398 | 399 | ||
399 | |||
400 | -- rust-tools {{{ -- | 400 | -- rust-tools {{{ -- |
401 | 401 | ||
402 | -- Configure LSP through rust-tools.nvim plugin. | 402 | -- Configure LSP through rust-tools.nvim plugin. |