mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-09 20:06:28 -06:00
Initial commit
This commit is contained in:
12
plugins/user.lua
Normal file
12
plugins/user.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- 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,
|
||||
-- },
|
||||
}
|
||||
Reference in New Issue
Block a user