From dbedbced88832afd3e6c43ccba58422ae921d476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Tue, 25 Mar 2025 00:03:02 -0400 Subject: [PATCH] update readme --- .newsboat/config | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.newsboat/config b/.newsboat/config index e9e40f7..bbe1a69 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,5 +1,6 @@ include ~/.newsboat/colorschemes/dracula browser "firefox %u" +run-on-startup goto-title "Unread Articles" ; open auto-reload yes reload-time 15 prepopulate-query-feeds yes diff --git a/README.md b/README.md index de10eaa..76e97f8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal * [vim-airline-themes](https://github.com/vim-airline/vim-airline-themes): Themes for vim-airline. * [vim-supertab](https://github.com/ervandew/supertab): Use the tab key to do all insert completion. * [vim-lastplace](https://github.com/farmergreg/vim-lastplace): Intelligently reopen files at your last edit position. +* [vim-auto-pairs](http://www.vim.org/scripts/script.php?script_id=3599): Insert or delete brackets, parens, quotes in pair. ## Other Misc. Tools