Very niche problem, so thanks in advance for even considering π .
I rely on list-mode characters a fair bit to avoid invisible errant whitespace but DBUI query files setlocal nolist, which I couldn't override with a after/ftplugin/mysql.lua file.
Was this a deliberate choice?
If so, would you please consider allowing the override of some of these options π ?
To reproduce
Create after/ftplugin/mysql.vim.
setlocal list
Open a DBUI query file.
Check that list is disabled.
verbose set list?
" nolist
" Last set from ~/.local/share/nvim/site/pack/ssraicangu/opt/dadbod_ui/autoload/db_ui/query.vim line 170
Description
Very niche problem, so thanks in advance for even considering π .
I rely on
list
-mode characters a fair bit to avoid invisible errant whitespace but DBUI query filessetlocal nolist
, which I couldn't override with aafter/ftplugin/mysql.lua
file.To reproduce
after/ftplugin/mysql.vim
.list
is disabled.Setup
vim-dadbod-ui
: 0f51d8d (Merge pull request 263 from ArkadyBuryakov/master, 2024-07-22).Checklist
list is:issue
andftplugin is:issue
git-blame
: 310e57e (Adding initial files., 2020-03-20).Possible solution
Ref 1. Setting
filetype
afternolist
seems to load the preference from the ftplugin file.I'm open to creating a pull request, if desired π .