return { { "nvim-treesitter/nvim-treesitter", opts = function(_, opts) vim.list_extend(opts.ensure_installed, { "nix", }) end, }, { "williamboman/mason.nvim", opts = function(_, opts) vim.list_extend(opts.ensure_installed, { "rnix-lsp", }) end, }, { "neovim/nvim-lspconfig", opts = { servers = { rnix = {}, }, }, }, { "luckasRanarison/nvim-devdocs", optional = true, ensure_installed = { "nix", }, }, }