From 0da2f1e8201790089690373e4778739f530699a5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 29 Sep 2024 22:11:29 +0000 Subject: [PATCH] deploy: 3cba3ca30c167d484dbf85f25685ed6cf4f87014 --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.html b/options.html index 788e7e3..d35c07a 100644 --- a/options.html +++ b/options.html @@ -20941,7 +20941,7 @@ list of string

local buf_ft = vim.api.nvim_get_option_value('filetype', {}) -- List of buffer types to exclude - local excluded_buf_ft = {"toggleterm", "NvimTree", "TelescopePrompt"} + local excluded_buf_ft = {"toggleterm", "NvimTree", "neo-tree", "TelescopePrompt"} -- Check if the current buffer type is in the excluded list for _, excluded_type in ipairs(excluded_buf_ft) do