Continue reoganisation of plugins into seperate files

This commit is contained in:
ChrisHilborne 2023-09-26 08:57:51 +02:00
parent a58eaeb230
commit 39aca09d72
6 changed files with 208 additions and 2 deletions

View file

@ -0,0 +1,4 @@
return {
{ 'windwp/nvim-autopairs', event = "InsertEnter", opts = {} },
-- { 'nvim-ts-autotag', opts = {} },
}