more settings

This commit is contained in:
2023-08-14 20:13:43 +02:00
parent 47636ad127
commit e5843d4ca4
9 changed files with 355 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
-- import comment plugin safely
local setup, startup = pcall(require, "startup")
if not setup then
return
end
-- enable startup
startup.setup()