You've already forked dotfiles
removing large portions of the render-markdown plugin settings as they are just the defaults
7 lines
114 B
Lua
7 lines
114 B
Lua
return {
|
|
'windwp/nvim-autopairs',
|
|
config = function()
|
|
require('nvim-autopairs').setup()
|
|
end
|
|
}
|