add extensions for autocomplete, autoclose, clipboard

This commit is contained in:
Justin Prather 2023-05-15 13:13:02 -06:00
parent 73385e8b17
commit dfeb1e7a56
5 changed files with 39 additions and 2 deletions

View file

@ -0,0 +1,10 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
'm4xshen/autoclose.nvim',
config = function()
require('autoclose').setup()
end,
}