Compare commits

..

1 commit

Author SHA1 Message Date
Anthony
11f6b08e41
Merge 8a2e721e00 into c727528b6f 2024-09-28 23:45:36 +03:00

View file

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