chore: update flake.lock and improve hyprland bindings and neovim config

This commit is contained in:
uttarayan21
2025-10-27 17:44:50 +05:30
parent e521076313
commit cf8314dbd0
3 changed files with 45 additions and 23 deletions

View File

@@ -143,6 +143,20 @@ in {
pattern = "?*";
command = "silent! loadview!";
}
{
event = ["FileType"];
pattern = "json";
callback =
rawLua
/*
lua
*/
''
function(ev)
vim.bo[ev.buf].formatprg = "${pkgs.jq}/bin/jq"
end
'';
}
];
plugins = {
@@ -799,5 +813,8 @@ in {
pkgs.sleek
pkgs.graphqurl
pkgs.sqls
pkgs.lua
pkgs.ripgrep
pkgs.nodejs-slim
];
}