AutoYADM commit: 2025-01-13 20:20:05
This commit is contained in:
parent
236c7de9f3
commit
131b2f2814
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ vim.g.maplocalleader = ","
|
|||
-- Setup lazy.nvim
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
"ficcdaf/ashen.nvim",
|
||||
-- {
|
||||
-- dir = "~/dev/plugins/ashen.nvim/",
|
||||
-- },
|
||||
-- "ficcdaf/ashen.nvim",
|
||||
{
|
||||
dir = "~/dev/plugins/ashen.nvim/",
|
||||
},
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue