Nipun Lakshan
Nipun Lakshan
### Minimal reproducible full config ```lua -- Install lazy.nvim automatically local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim' if not vim.loop.fs_stat(lazypath) then vim.fn.system { 'git', 'clone', '--filter=blob:none', 'https://github.com/folke/lazy.nvim.git', '--branch=stable', -- latest...
### Description I just installed neogit and I can't seem to get the commit functionality working. I tried tweaking ~/.local/share/nvim/lazy/neogit/lua/neogit/client.lua which is the file throwing the error But every time...