Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
658 stars 50 forks source link

fix: util.fallback_call filter for positive tab_size only #15

Closed mauriciopoppe closed 1 year ago

mauriciopoppe commented 1 year ago

In go files shiftwidth return 0, I think the purpose of this function is to return a positive value only from the logs

Ref: #13

jcdickinson commented 1 year ago

Thanks for the PR, I really like the approach that you used.