cancel
Showing results for 
Search instead for 
Did you mean: 
DennisSSebasiSt
Member
since ‎01-16-2022
‎08-02-2022

Your latest statistics

  • 5 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it asks for a password every time.Is there a way to cache the credentials, instead of authenticating every time that git push?
Hi I'm in the process of creating my first neovim plugin and I'm running into some trouble testing it.What I want to do:describe('my test', function() it('asserts correctly', function() vim.api.nvim_feedkeys('isome text ', 't', false) local line = vi...