From 1f307bebb7f9514a18ac221cbe53884cfcc263ba Mon Sep 17 00:00:00 2001 From: Luco Bellic Date: Fri, 16 Feb 2024 23:13:30 +0100 Subject: [PATCH] docs: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f2cf81..d4e801f 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,14 @@ Defaults are shown below: ```lua require('smart-splits').setup({ - -- Ignored filetypes (only while resizing) - ignored_filetypes = { + -- Ignored buffer types (only while resizing) + ignored_buftypes = { 'nofile', 'quickfix', 'prompt', }, - -- Ignored buffer types (only while resizing) - ignored_buftypes = { 'NvimTree' }, + -- Ignored filetypes (only while resizing) + ignored_filetypes = { 'NvimTree' }, -- the default number of lines/columns to resize by at a time default_amount = 3, -- Desired behavior when your cursor is at an edge and you