kkoomen / vim-doge

(Do)cumentation (Ge)nerator for nearly 20 languages 📚 Generate proper code documentation with a single keypress. ⚡️🔥
GNU General Public License v3.0
1.01k stars 51 forks source link

auto execute :call doge#install() in lazy plug-in manager ? #622

Closed anstxy-vi closed 1 year ago

anstxy-vi commented 1 year ago

eh...

I have build=":call doge#install()" not working

anstxy-vi commented 1 year ago

in lazy

{
    "kkoomen/vim-doge",
    event = "BufRead",
    config = function()
        vim.cmd([[call doge#install()]])
    end
}