wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

refactor: improve config validation #409

Closed wincent closed 1 year ago

wincent commented 1 year ago

Replace hacked-together config validation with something a little more robust. This is like vim.validate() but "more". ~Currently incomplete, but will keep working on it.~ Currently only lightly tested.