Skip to content

Instantly share code, notes, and snippets.

View Tyagdit's full-sized avatar

Tyagraj Desigar Tyagdit

View GitHub Profile
@Tyagdit
Tyagdit / crappystatusline.vim
Created December 4, 2020 12:05
attempt at making a custom statusline for vim
hi StatusLine guifg=#181818 guibg=#181818
hi StatusLineNC guifg=#181818 guibg=#181818
function! CustomStatusline()
hi StatusLineItem guifg=#abb2bf guibg=#2c323c
hi StatusLineItemGlyph guifg=#2c323c guibg=#181818
hi StatusLineInsert guifg=#bbc2cf guibg=#404070
hi StatusLineInsertGlyph guifg=#404070 guibg=#181818
hi StatusLinePaste guifg=#bbc2cf guibg=#e5c07b
hi StatusLinePasteGlyph guifg=#e5c07b guibg=#181818
@Tyagdit
Tyagdit / GSoC_summary.md
Last active September 5, 2020 10:32
My GSoC 2020 Project Summary

Goals

The primary aim of the project was to port the opsdroid matrix connector from matrix-python-sdk to matrix-nio in order to add support for encryption. Besides these there were some side-goals as well. Heres the list of all the goals we set out with:

  • Port the connector to matrix-nio
  • Implement encryption support in the connector
  • Create a new matrix database module for opsdroid based on the older module using matrix-nio
  • Add support for unused matrix events
  • Add homeserver lookup using .well-known API request
  • Add device verification for the opsdroid bot