-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I would like to be able to clear the eob sign characters in the nvim tree buffer. Using auto command does not seem to work, and i have been facing this issue for quite some time without any progress.
Neovim version
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@fv-az164-457
Features: +acl +iconv +tui
Operating system and version
wsl, ubuntu 20
nvim-tree version
master
Minimal config
None, using defaults, with empty setup call.Steps to reproduce
augroup NVIMTREE
autocmd!
autocmd Filetype NvimTree setlocal fillchars=eob:\ ,fold:=
augroup END
Expected behavior
Eob characters should be cleared for the nvim tree buffer
Actual behavior
Eob characters are still visible in the buffer.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working