mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-30 17:41:06 +00:00
Split config according to new example
This commit is contained in:
15
plugins/user.lua
Normal file
15
plugins/user.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
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,
|
||||
},
|
||||
{
|
||||
"wakatime/vim-wakatime",
|
||||
lazy = false,
|
||||
enabled = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user