AutoYADM commit: 2025-01-13 15:15:06
This commit is contained in:
parent
2795c935bd
commit
514f51daf1
2 changed files with 5 additions and 3 deletions
|
@ -24,9 +24,10 @@ vim.g.maplocalleader = ","
|
||||||
-- Setup lazy.nvim
|
-- Setup lazy.nvim
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = {
|
spec = {
|
||||||
{
|
"ficcdaf/ashen.nvim",
|
||||||
dir = "~/dev/plugins/ashen.nvim/",
|
-- {
|
||||||
},
|
-- dir = "~/dev/plugins/ashen.nvim/",
|
||||||
|
-- },
|
||||||
},
|
},
|
||||||
-- Configure any other settings here. See the documentation for more details.
|
-- Configure any other settings here. See the documentation for more details.
|
||||||
-- colorscheme that will be used when installing plugins.
|
-- colorscheme that will be used when installing plugins.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
|
"ashen.nvim": { "branch": "main", "commit": "e42fb457ba4cd9697667153c7307c09a6ce44785" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }
|
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue