feat: Update update to latest

This commit is contained in:
uttarayan21
2024-07-09 17:37:59 +05:30
parent 8d9e850599
commit d482a6d851
4 changed files with 69 additions and 86 deletions

View File

@@ -110,7 +110,7 @@ in rec {
treesitter = {
enable = true;
indent = true;
settings.indent.enable = true;
folding = true;
grammarPackages =
pkgs.vimPlugins.nvim-treesitter.allGrammars

View File

@@ -26,7 +26,7 @@
owner = "jonboh";
repo = "nvim-dap-rr";
rev = "master";
sha256 = "sha256-JNztLTSyHmEmh3xT4WR0cpP25vjZ4A6aQbnU49U6+Ss";
sha256 = "sha256-1WgES0gng74eNfTxJZksYoAFIYtuG3D/l/BEyt1o60w=";
};
};
sqls-nvim = final.pkgs.vimUtils.buildVimPlugin {