Added keybind custom/configs/set.lua

This commit is contained in:
ChrisHilborne 2023-10-21 20:30:09 +02:00
parent 39aca09d72
commit eeaa9e4cb4
8 changed files with 20 additions and 4 deletions

4
lua/plugins/util.lua Normal file
View file

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