mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
fix
This commit is contained in:
parent
af015b76b8
commit
a2061420ab
1 changed files with 4 additions and 5 deletions
|
|
@ -71,11 +71,10 @@ return {
|
||||||
'barrettruth/forge.nvim',
|
'barrettruth/forge.nvim',
|
||||||
dependencies = { 'ibhagwan/fzf-lua' },
|
dependencies = { 'ibhagwan/fzf-lua' },
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.forge = {
|
vim.g.forge = vim.g.forge or {}
|
||||||
keys = {
|
end,
|
||||||
picker = '<c-t>',
|
config = function()
|
||||||
},
|
map('n', '<c-t>', '<cmd>Forge<cr>', { desc = 'Forge picker' })
|
||||||
}
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue