feat: Initial nvim configs

This commit is contained in:
2026-08-18 21:47:15 +01:00
commit 6bc5875bad
12 changed files with 124 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
return {
{
"saghen/blink.cmp",
dependencies = {
"saghen/blink.lib",
},
build = function()
require("blink.cmp").build():pwait()
end,
opts = {
keymap = { preset = "default" },
}
},
{
"mrcjkb/rustaceanvim",
ft = { "rust" },
}
}