8 lines
217 B
Lua
8 lines
217 B
Lua
|
-- This file lists all the plugins that need to be initiated to default setup
|
||
|
|
||
|
-- Default settings for comment plugin
|
||
|
require("Comment").setup()
|
||
|
|
||
|
-- Default settings for nvim-surround
|
||
|
require("nvim-surround").setup()
|