my-nvim-config/vps/plugin/misc.lua

12 lines
361 B
Lua

-- This file has configs for things that are not really related to anything else,
-- so don't really deserve to be put in a separate config file
-- Default settings for comment plugin
require("Comment").setup()
-- Default settings for autopairs plugin
require("nvim-autopairs").setup()
-- Default settings for nvim-surround
require("nvim-surround").setup()