diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2023-09-01 09:31:45 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2023-09-01 09:31:45 -0400 |
| commit | 7f95b2d529c9d2a8f2e4bb7c18756dfca7bb8d61 (patch) | |
| tree | bfd455df32dd35e3fef8e6838839592df23313ff /nvim/lua/plugins | |
| parent | f81a5f8f180f453ef1d142753fd2f0505f1e28e7 (diff) | |
ensure latex parser installed for treesitter
Diffstat (limited to 'nvim/lua/plugins')
| -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 49ea257..82ab028 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -2,7 +2,7 @@ return { 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', opts = { - ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c" }, + ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex" }, auto_install = true, highlight = { enable = true, |
