git-subtree-dir: users/daniel/configs/system/nvim/nvim/lua/user git-subtree-split: fa62fed6f33ed057384c5af44b0b7dfaa2b20605
13 lines
280 B
Lua
13 lines
280 B
Lua
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,
|
|
-- },
|
|
}
|