mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +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',
|
||||
dependencies = { 'ibhagwan/fzf-lua' },
|
||||
init = function()
|
||||
vim.g.forge = {
|
||||
keys = {
|
||||
picker = '<c-t>',
|
||||
},
|
||||
}
|
||||
vim.g.forge = vim.g.forge or {}
|
||||
end,
|
||||
config = function()
|
||||
map('n', '<c-t>', '<cmd>Forge<cr>', { desc = 'Forge picker' })
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue