remove startup, default to fullscreen oil, add pairs back

This commit is contained in:
Alex Musynski
2025-02-27 18:45:04 -05:00
parent f3c1f49563
commit 21b1593c08
4 changed files with 10 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}