From: Mart Lubbers Date: Wed, 6 Sep 2017 17:36:11 +0000 (+0200) Subject: update urls and change wrapping in tex X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;ds=sidebyside;h=a62ee068e6a0e400760a1bdd56e99a873f788350;hp=7efd7af689d6679b43e1606460d52258571db2e8;p=dotfiles.git update urls and change wrapping in tex --- diff --git a/newsbeuter/.config/newsbeuter/urls b/newsbeuter/.config/newsbeuter/urls index 1edfb85..fbae8de 100644 --- a/newsbeuter/.config/newsbeuter/urls +++ b/newsbeuter/.config/newsbeuter/urls @@ -10,3 +10,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCTp0MnlTlmqC3NdrPzD08EA yt https://www.youtube.com/feeds/videos.xml?channel_id=UC5I2hjZYiW9gZPVkvzM8_Cw yt "Techmoan" https://www.youtube.com/feeds/videos.xml?channel_id=UCkWQ0gDrqOCarmUKmppD7GQ yt "JayzTwoCents" https://www.youtube.com/feeds/videos.xml?channel_id=UCc0kHafEIzm6PiqyrsC5lyg yt "#BOOS" +https://www.youtube.com/feeds/videos.xml?channel_id=UCyabCqc2M3J9HItEroLOTvA yt "Kmac2021" +https://www.youtube.com/feeds/videos.xml?channel_id=UCVZlxkKqlvVqzRJXhAGq42Q yt "JoergSprave" +https://www.youtube.com/feeds/videos.xml?channel_id=UC4btfgUBD9hxTNX2d1QydcQ yt "Last Gamer" diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim index 9e63b07..e4b82c2 100644 --- a/vim/.vim/ftplugin/tex.vim +++ b/vim/.vim/ftplugin/tex.vim @@ -1,3 +1,3 @@ -set wrap -set tw=0 -set colorcolumn=0 +setlocal wrap +setlocal tw=0 +setlocal colorcolumn=0