Skip to content

Commit 021b01f

Browse files
Update flake.lock (#21)
* flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/d61aec9ccae634d8306cfd88d93ebb1ebab6ade8?narHash=sha256-JM4wPu8aM3flciOYquAmpXU6o2cRIPM%2BwqS/M3rqbek%3D' (2025-02-11) → 'github:nixos/nixpkgs/dce71cf375b46d9c2e949cbba3538b8f95fbaf6e?narHash=sha256-ct7niO8dtduBpJphXMh4WnPS789t8cMLbGMuupXhsgI%3D' (2025-03-02) • Updated input 'topiary-nu': 'github:ck3mp3r/flakes/ceee5fcc97db34a823de3a58c6c2446293580d50?dir=topiary-nu&narHash=sha256-zGKk%2BoAqPx%2B8sLAP6LseNLZfo4geLp6O/HUYvJlSGaw%3D' (2025-02-22) → 'github:ck3mp3r/flakes/7f9ed20c828801ad08220a3d2e7f539e341d76f3?dir=topiary-nu&narHash=sha256-knQ7oHrUY%2BLm8pwOCiSZDL/JLxDppZ2oYfk5f2Lexr4%3D' (2025-02-26) • Updated input 'topiary-nu/tree-sitter-nu': 'github:nushell/tree-sitter-nu/3673f18a834a75c655d14ed529bda5cb059e884e?narHash=sha256-uMhkCkIpbwMmmSKRaLF234KFl22WKrFf1zsEGbfgCyM%3D' (2025-02-22) → 'github:nushell/tree-sitter-nu/a073ba8cd854318ca5d56e97279fc330f194be8a?narHash=sha256-PuoSH6MV9xWF9wm2xJZN4PBJvvUnvc3mWPU3t6URkEI%3D' (2025-02-23) * fixing some config... --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Christian Kemper <christian.kemper@me.com>
1 parent afcd295 commit 021b01f

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

config/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
require 'config.lazy'
1+
vim.g.lazyvim_check_order = false
2+
require("config.lazy")

config/lua/plugins/misc.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
return {
2+
{
3+
"saghen/blink.cmp",
4+
opts = {
5+
fuzzy = { implementation = "lua" },
6+
},
7+
},
28
{
39
"HiPhish/rainbow-delimiters.nvim",
410
event = { "BufRead" },

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)