Compare commits

...

2 commits

View file

@ -31,7 +31,7 @@ let
version = "main"; version = "main";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://github.com/tonychg/nvim-k8s-lsp.git"; url = "https://github.com/tonychg/nvim-k8s-lsp.git";
rev = "930aa20bcd54f2d6f16040e98ff4068b292c6c7f"; rev = "1dffda65f4fe117f67514ed5d93b18f62be1ef24";
ref = "main"; ref = "main";
}; };
}; };
@ -167,6 +167,7 @@ in
p.cpp p.cpp
p.cmake p.cmake
p.dockerfile p.dockerfile
p.go
p.hcl p.hcl
p.helm p.helm
p.javascript p.javascript