From bb4b2d59acc4e2913b05e95cbf99b00a9d3b89ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <> Date: Sat, 17 Feb 2024 00:13:42 +0000 Subject: [PATCH] chore: generated vimdoc --- doc/smart-splits.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/smart-splits.txt b/doc/smart-splits.txt index 7e0fec3..e0ede9f 100644 --- a/doc/smart-splits.txt +++ b/doc/smart-splits.txt @@ -1,4 +1,4 @@ -*smart-splits.txt* Last change: 2024 January 08 +*smart-splits.txt* Last change: 2024 February 16 ============================================================================== Table of Contents *smart-splits-table-of-contents* @@ -80,14 +80,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