summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newsboat/config2
-rw-r--r--vim/vimrc4
2 files changed, 5 insertions, 1 deletions
diff --git a/newsboat/config b/newsboat/config
index 6f2a242..f0962a7 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -38,7 +38,7 @@ notify-program "notify-send"
notify-screen yes
notify-xterm yes
-max-items 20
+max-items 40
download-path "~/Downloads"
player mpv
diff --git a/vim/vimrc b/vim/vimrc
index 110354e..8a7be8f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -144,6 +144,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink()
" vim-plug
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
+Plug 'alok/notational-fzf-vim'
Plug 'sheerun/vim-polyglot'
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'tpope/vim-commentary'
@@ -188,6 +189,9 @@ let test#go#runner = 'gotest'
" To run mypy using vim-dispath -with Dispatch
autocmd FileType python let b:dispatch = 'mypy --ignore-missing-imports'
+" notational-fzf-vim
+let g:nv_search_paths = ['~/Notes', '~/Notes/Archive']
+
" jedo-vim
let g:jedi#goto_command = "<leader>d"
let g:jedi#goto_assignments_command = "<leader>g"