From 417b303328118b6d836ae330142e88771c48a8a3 Mon Sep 17 00:00:00 2001 From: DKworgan <118232834+DKworgan@users.noreply.github.com> Date: Fri, 11 Aug 2023 05:39:14 -0400 Subject: [PATCH] docs(README): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 682393f7..ab2aadbf 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ for this upstream. - **Doesn't this plugin go against the "vim way"?** This is much better explained by [buftablines's author](https://github.com/ap/vim-buftabline#why-this-and-not-vim-tabs). - Please read this for a more comprehensive answer to this questions. The short answer to this is + Please read this for a more comprehensive answer to this question. The short answer to this is buffers represent files in nvim and tabs, a collection of windows (or just one). Vim natively allows visualising tabs i.e. collections of window, but not just the files that are open. There are _endless_ debates on this topic, but allowing a user to see what files they have open doesn't go against any clearly stated vim philosophy. It's a text editor and not a religion 🙏.