feat: Initial nvim configs
This commit is contained in:
@@ -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" },
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user