Skip to content

Commit

Permalink
deploy: 3cba3ca
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Sep 29, 2024
1 parent c118afd commit 0da2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -20941,7 +20941,7 @@
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
Expand Down

0 comments on commit 0da2f1e

Please sign in to comment.