vimPlugins.tv-nvim: init at 2025-12-05 (#468220)
This commit is contained in:
@@ -16003,6 +16003,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
tv-nvim = buildVimPlugin {
|
||||
pname = "tv.nvim";
|
||||
version = "2025-12-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "alexpasmantier";
|
||||
repo = "tv.nvim";
|
||||
rev = "5142057ae5d1207129e26d98651525ffb781bce4";
|
||||
sha256 = "1zxyr7wnwrxlmk14k4yd384j1ycf3c5zjydf4pn602drrip4z235";
|
||||
};
|
||||
meta.homepage = "https://github.com/alexpasmantier/tv.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
twilight-nvim = buildVimPlugin {
|
||||
pname = "twilight.nvim";
|
||||
version = "2025-10-28";
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
# search-and-replace.nvim dependencies
|
||||
fd,
|
||||
sad,
|
||||
# tv.nvim dependency
|
||||
television,
|
||||
}:
|
||||
self: super:
|
||||
let
|
||||
@@ -3622,6 +3624,10 @@ assertNoAdditions {
|
||||
dependencies = [ self.nvim-treesitter ];
|
||||
};
|
||||
|
||||
tv-nvim = super.tv-nvim.overrideAttrs {
|
||||
runtimeDeps = [ television ];
|
||||
};
|
||||
|
||||
typescript-nvim = super.typescript-nvim.overrideAttrs {
|
||||
checkInputs = [
|
||||
# Optional null-ls integration
|
||||
|
||||
@@ -1228,6 +1228,7 @@ https://github.com/dmmulroy/tsc.nvim/,HEAD,
|
||||
https://github.com/jgdavey/tslime.vim/,,
|
||||
https://github.com/mtrajano/tssorter.nvim/,HEAD,
|
||||
https://github.com/Quramy/tsuquyomi/,,
|
||||
https://github.com/alexpasmantier/tv.nvim/,HEAD,
|
||||
https://github.com/folke/twilight.nvim/,,
|
||||
https://github.com/pmizio/typescript-tools.nvim/,,
|
||||
https://github.com/leafgarland/typescript-vim/,,
|
||||
|
||||
Reference in New Issue
Block a user