Use nvim-treesitter packages from nixpkgs

This commit is contained in:
2023-05-06 10:49:34 +01:00
parent 2492248111
commit 3b7052b6d8
2 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,8 @@ in {
zig
]
))
nvim-treesitter-context
nvim-treesitter-textobjects
nvim-lspconfig
];
};
@ -129,4 +131,4 @@ in {
v = "nvim";
};
};
}
}

View File

@ -47,8 +47,6 @@ return packer.startup(function(use)
use { "JoosepAlviste/nvim-ts-context-commentstring" }
use { "kana/vim-textobj-user" }
use { "mg979/vim-visual-multi", branch = "master" }
use { "nvim-treesitter/nvim-treesitter-context" }
use { "nvim-treesitter/nvim-treesitter-textobjects" }
use { "p00f/nvim-ts-rainbow" }
use { "terryma/vim-expand-region" }
use { "tommcdo/vim-exchange", event = "VimEnter" }