From a62ee068e6a0e400760a1bdd56e99a873f788350 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 6 Sep 2017 19:36:11 +0200 Subject: [PATCH] update urls and change wrapping in tex --- newsbeuter/.config/newsbeuter/urls | 3 +++ vim/.vim/ftplugin/tex.vim | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.20.1