diff options
Diffstat (limited to 'lua/autocommands/buffer.lua')
-rw-r--r-- | lua/autocommands/buffer.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/autocommands/buffer.lua b/lua/autocommands/buffer.lua new file mode 100644 index 0000000..da330c8 --- /dev/null +++ b/lua/autocommands/buffer.lua @@ -0,0 +1,4 @@ +require("utility.autocmd") + +-- autocmd("BufEnter", "*", "lua remove_hidden_windowless_buffers()") + |