more settings
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- import comment plugin safely
|
||||
local setup, startup = pcall(require, "startup")
|
||||
if not setup then
|
||||
return
|
||||
end
|
||||
|
||||
-- enable startup
|
||||
startup.setup()
|
||||
Reference in New Issue
Block a user