[chore] flake.lock: update inputs #121

Merged
jalil merged 2 commits from update-lockfile into main 2024-10-30 21:25:08 +01:00
2 changed files with 27 additions and 25 deletions

View file

@ -260,11 +260,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1729973466, "lastModified": 1730137625,
"narHash": "sha256-knnVBGfTCZlQgxY1SgH0vn2OyehH9ykfF8geZgS95bk=", "narHash": "sha256-9z8oOgFZiaguj+bbi3k4QhAD6JabWrnv7fscC/mt0KE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cd3e8833d70618c4eea8df06f95b364b016d4950", "rev": "64b80bfb316b57cdb8919a9110ef63393d74382a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -294,11 +294,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730058276, "lastModified": 1730214386,
"narHash": "sha256-t4fyRWIiDBJiDBnqqnxnk9nfT1SDTZN+koJLiuKkIT8=", "narHash": "sha256-FNXiFunXR2DnNrjmA0ofLznTTHcEDJjNWvCQtQExtL0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "a20fbbc4b9665ec215e7bea061a1d64f6fd652ce", "rev": "7d882356a486cf44b7fab842ac26885ecd985af3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -375,11 +375,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730025913, "lastModified": 1730120726,
"narHash": "sha256-Y9NtFmP8ciLyRsopcCx1tyoaaStKeq+EndwtGCgww7I=", "narHash": "sha256-LqHYIxMrl/1p3/kvm2ir925tZ8DkI0KA10djk8wecSk=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "bae131e525cc8718da22fbeb8d8c7c43c4ea502a", "rev": "9ef337e492a5555d8e17a51c911ff1f02635be15",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -230,22 +230,24 @@ in
}; };
noice = { noice = {
enable = true; enable = true;
lsp.override = { settings = {
"vim.lsp.util.convert_input_to_markdown_lines" = true; lsp.override = {
"vim.lsp.util.stylize_markdown" = true; "vim.lsp.util.convert_input_to_markdown_lines" = true;
"cmp.entry.get_documentation" = true; "vim.lsp.util.stylize_markdown" = true;
}; "cmp.entry.get_documentation" = true;
presets = { };
# use a classic bottom cmdline for search presets = {
bottom_search = true; # use a classic bottom cmdline for search
# position the cmdline and popupmenu together bottom_search = true;
command_palette = false; # position the cmdline and popupmenu together
# long messages will be sent to a split command_palette = false;
long_message_to_split = true; # long messages will be sent to a split
# enables an input dialog for inc-rename.nvim long_message_to_split = true;
inc_rename = false; # enables an input dialog for inc-rename.nvim
# add a border to hover docs and signature help inc_rename = false;
lsp_doc_border = true; # add a border to hover docs and signature help
lsp_doc_border = true;
};
}; };
}; };
notify = { notify = {