mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-06 01:14:20 -06:00
20 lines
387 B
Lua
20 lines
387 B
Lua
return {
|
|
{
|
|
{
|
|
"edluffy/hologram.nvim",
|
|
auto_display = true,
|
|
},
|
|
"nocksock/nazgul-vim",
|
|
},
|
|
-- You can also add new plugins here as well:
|
|
-- Add plugins, the lazy syntax
|
|
-- "andweeb/presence.nvim",
|
|
-- {
|
|
-- "ray-x/lsp_signature.nvim",
|
|
-- event = "BufRead",
|
|
-- config = function()
|
|
-- require("lsp_signature").setup()
|
|
-- end,
|
|
-- },
|
|
}
|