diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-02-09 10:54:12 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:27:11 -0400 |
| commit | 1a924cb0b24ba5799b3c4d5b550d940cfeb1a9df (patch) | |
| tree | 2819f6bff8061c9b96540e945404d580aa74f84a /.config/nvim/lua/treesitter.lua | |
| parent | 43f27b977310b0f83075d5327855e92d9873b046 (diff) | |
many things.
Diffstat (limited to '.config/nvim/lua/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/treesitter.lua b/.config/nvim/lua/treesitter.lua index cbf7d0c..ce17c70 100644 --- a/.config/nvim/lua/treesitter.lua +++ b/.config/nvim/lua/treesitter.lua @@ -1,6 +1,6 @@ require 'nvim-treesitter.configs'.setup { -- A list of parser names, or "all" - ensure_installed = { "rust", "c", "lua", "vim", "zig", "go" }, + ensure_installed = { "rust", "c", "lua", "vim", "zig", "go", "odin" }, -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = false, |
