switched from packer to lazy

This commit is contained in:
2024-04-08 17:11:11 +02:00
parent 4b73b8bbe6
commit 84963d5026
11 changed files with 150 additions and 404 deletions

View File

@@ -0,0 +1 @@
require("barbecue").setup()

1
after/plugin/comment.lua Normal file
View File

@@ -0,0 +1 @@
require("Comment").setup()

2
after/plugin/init.lua Normal file
View File

@@ -0,0 +1,2 @@
print('Test')

View File

@@ -1,2 +1,2 @@
local todo = require('todo-comments')
todo.setup()
-- local todo = require('todo-comments')
-- todo.setup()