mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
9 lines
268 B
Lua
9 lines
268 B
Lua
return {
|
|
"chrsm/impulse.nvim",
|
|
version = "*",
|
|
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", },
|
|
config = function()
|
|
require("impulse").setup( {api_key="secret_dlT76iEObyGwCLyedqct1PKlspozXFtS0T3ckpUWtZH"} )
|
|
end,
|
|
}
|