marleyvim/nvim/plugin/plugins.lua

10 lines
230 B
Lua
Raw Normal View History

2024-11-27 20:38:07 -08:00
if vim.g.did_load_plugins_plugin then
return
end
vim.g.did_load_plugins_plugin = true
-- many plugins annoyingly require a call to a 'setup' function to be loaded,
-- even with default configs
require('nvim-surround').setup()