Updates to most things, new keybinds, local terminal.
This commit is contained in:
9
lua/plugins/ahoy.lua
Normal file
9
lua/plugins/ahoy.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
-- dir = "/Users/danchadwick/Projects/neovim/ahoy.nvim",
|
||||
"calcu1on/ahoy.nvim",
|
||||
config = function()
|
||||
local ahoy = require('ahoy')
|
||||
vim.keymap.set('n', '<leader>sf', function() ahoy.save_file() end)
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user