Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI, Ollama, Anthropic, ..]
MIT License
787 stars 67 forks source link

fix: proper number formatting for sox (resolve: Robitx/gp.nvim#77) #78

Closed nilsglow closed 10 months ago

nilsglow commented 10 months ago

Makes sure number formatting of sox's output uses decimal point on all systems regardless of their locale by setting LC_NUMERIC='C'.