feat(nvim)!: use stable telescope
parent
e715dff0a4
commit
37ad1080e7
|
@ -49,8 +49,6 @@
|
|||
smartcolumn-nvim.url = "github:m4xshen/smartcolumn.nvim";
|
||||
telekasten-nvim.flake = false;
|
||||
telekasten-nvim.url = "github:renerocksai/telekasten.nvim";
|
||||
telescope-nvim.flake = false;
|
||||
telescope-nvim.url = "github:nvim-telescope/telescope.nvim";
|
||||
none-ls-nvim.flake = false;
|
||||
none-ls-nvim.url = "github:nvimtools/none-ls.nvim";
|
||||
|
||||
|
|
|
@ -30,11 +30,6 @@ with lib.my;
|
|||
src = inputs.actions-preview-nvim;
|
||||
};
|
||||
|
||||
telescope-nvim = prev.vimPlugins.telescope-nvim.overrideAttrs (_: {
|
||||
version = mkVersionInput inputs.telescope-nvim;
|
||||
src = inputs.telescope-nvim;
|
||||
});
|
||||
|
||||
nvim-treesitter = prev.vimPlugins.nvim-treesitter.overrideAttrs (_: {
|
||||
version = mkVersionInput inputs.nvim-treesitter;
|
||||
src = inputs.nvim-treesitter;
|
||||
|
|
Loading…
Reference in New Issue