dotfiles/nvim/lua/config/treesitter.lua

16 lines
228 B
Lua
Raw Permalink Normal View History

2026-01-18 16:03:14 +01:00
-- [[ Configure Treesitter ]]
-- See `:help nvim-treesitter`
require('nvim-treesitter').install({
"bash",
"comment",
"json",
"lua",
"markdown_inline",
"markdown",
"python",
"rust",
"vim",
"yaml",
"zsh",
})