mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
Compare commits
No commits in common. "c6bdea316b7ce1898cccdb39142134cd63963bdb" and "77bd81b3c9cb7aa006780fc8a8f9c4fda576c2a0" have entirely different histories.
c6bdea316b
...
77bd81b3c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue