···253253"auto format on save with Black
254254autocmd BufWritePre *.py execute ':Black'
255255256256+" Custom surrounds
257257+let w:surround_{char2nr('w')} = "```\r```"
258258+let b:surround_{char2nr('b')} = "**\r**"
259259+256260257261"cusotm stuff just for neovim
258262source $HOME/.config/nvim/themes/airline.vim