datwaft / nvim.conf

datwaft's neovim configuration
114 stars 6 forks source link

feat: add symbol list support to autocmd! macro #8

Closed datwaft closed 3 years ago

datwaft commented 3 years ago

Add symbol list support to autocmd! macro so that the macro can be used like:

(autocmd! VimOpen * #(function))

Or like:

(autocmd! [BufferOpen BufferClose] [*.fnl *.txt] #(function))
datwaft commented 3 years ago

Solved in 33c4aafb47efca896b1ab611616a9e11dabcbb97.