fix(nvim)!: remove treesitter override because of lua issues
parent
5559e9291e
commit
8a9d67a3d5
|
@ -33,8 +33,6 @@
|
||||||
nvim-lspconfig.url = "github:neovim/nvim-lspconfig";
|
nvim-lspconfig.url = "github:neovim/nvim-lspconfig";
|
||||||
nvim-puppeteer.flake = false;
|
nvim-puppeteer.flake = false;
|
||||||
nvim-puppeteer.url = "github:chrisgrieser/nvim-puppeteer";
|
nvim-puppeteer.url = "github:chrisgrieser/nvim-puppeteer";
|
||||||
nvim-treesitter.flake = false;
|
|
||||||
nvim-treesitter.url = "github:nvim-treesitter/nvim-treesitter";
|
|
||||||
smartcolumn-nvim.flake = false;
|
smartcolumn-nvim.flake = false;
|
||||||
smartcolumn-nvim.url = "github:m4xshen/smartcolumn.nvim";
|
smartcolumn-nvim.url = "github:m4xshen/smartcolumn.nvim";
|
||||||
telekasten-nvim.flake = false;
|
telekasten-nvim.flake = false;
|
||||||
|
|
|
@ -16,11 +16,6 @@ in
|
||||||
with lib.my;
|
with lib.my;
|
||||||
{
|
{
|
||||||
vimPlugins = prev.vimPlugins // {
|
vimPlugins = prev.vimPlugins // {
|
||||||
nvim-treesitter = prev.vimPlugins.nvim-treesitter.overrideAttrs (_: {
|
|
||||||
version = mkVersionInput inputs.nvim-treesitter;
|
|
||||||
src = inputs.nvim-treesitter;
|
|
||||||
});
|
|
||||||
|
|
||||||
# HACK: to fix error in nixpkgs version of nvim-lspconfig
|
# HACK: to fix error in nixpkgs version of nvim-lspconfig
|
||||||
nvim-lspconfig = prev.vimPlugins.nvim-lspconfig.overrideAttrs (_: {
|
nvim-lspconfig = prev.vimPlugins.nvim-lspconfig.overrideAttrs (_: {
|
||||||
version = mkVersionInput inputs.nvim-lspconfig;
|
version = mkVersionInput inputs.nvim-lspconfig;
|
||||||
|
|
Loading…
Reference in New Issue