Skip to content

Commit

Permalink
Merge pull request #153 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored Feb 17, 2024
2 parents 5780c70 + bb4b2d5 commit 33c8507
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/smart-splits.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33c8507

Please sign in to comment.