Skip to content

Instantly share code, notes, and snippets.

@levisre
Last active January 29, 2024 03:04
Show Gist options
  • Save levisre/0334dc7a470d5e0f46802fcf00919962 to your computer and use it in GitHub Desktop.
Save levisre/0334dc7a470d5e0f46802fcf00919962 to your computer and use it in GitHub Desktop.
my lazyvim config
return {
"Exafunction/codeium.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
require("codeium").setup({
})
end
}
return
{
{'akinsho/toggleterm.nvim', version = "*",
keys = {
{
"<leader>tn",
"<cmd>ToggleTerm direction=horizontal<cr>",
desc = "ToggleTerm horizontal"
}
},
config = true}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment