nixos-configs/modules/editor/vim/lua/plugins/treesitter.lua
Paul-Henri Froidmont c63062d2ae
Neovim: use LazyVim
2024-07-16 02:03:45 +02:00

10 lines
212 B
Lua

return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = false,
ensure_installed = {},
parser_install_dir = vim.fs.joinpath(vim.fn.stdpath('data'), 'site'),
},
},
}