* unset the colorscheme background, just use whatever is set for kitty
* the above allows for termguicolors to be set without issues (at least
with space_vim_theme)
* set sign backgrouds = 0
* preview win floating = 0 as the floating window with vim has some
issues (overflowing the parent window, resulting in illegible text,
low bg contrast)
* theme change to space_vim_theme
* airline theme change to violet
* compensate for themes not setting italic by setting it ourselves
* airline mode set to the short versions of normal, insert, visual,
etc...
* enable vim popups (ballooneval)
* add ALE linter
* syntastic conditional loading
* Plug plugins conditional loading
* plugins slowing down vim startup are only loaded based on
event hooks that's active once vim loaded the file {CursorHold,CursorHoldI}
* {plugin,theme,general} clean-up
* feat: added latex compilation nmap
* feat: set scrolloff=5
* feat: set noerrorbells (silence)
* feat: set conceallevel=0 - esp. noticeable in json files
* feat: set termguicolors
* fix: vim in tmux mouse fix (in qterminal)
* refactor: use palenight.vim as palenight
* refactor: move stuff around