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

13 lines
361 B
Lua
Raw Normal View History

-- 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
2024-03-20 17:55:18 -05:00
-- 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()