dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3250fb42dd59aa303b137c1df0b82871fb865b3d
parent a69a100ac41c82cbbf0d0fdf9a93b34d1ff670a3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 29 May 2019 12:14:50 +0200

Update dwm, add languagetool configuration for Vim, update feeds

Diffstat:
M.config/newsboat/urls | 1+
M.vim/plugins.vim | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -141,3 +141,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCMx-iVKPpKiRPQfc39nXvXw you https://www.youtube.com/feeds/videos.xml?channel_id=UCUC_2Z23y5wGOVG2X1ulCCg youtube "~youtube: Fasanfjer" https://www.youtube.com/feeds/videos.xml?channel_id=UCR4s1DE9J4DHzZYXMltSMAg youtube "~youtube: HowToBasic" https://www.youtube.com/feeds/videos.xml?channel_id=UCRUq9jueekA0t4uz_z5LZmA youtube "~youtube: ToolArchive" +https://www.youtube.com/feeds/videos.xml?channel_id=UCY2mhw-XNZSxrUynsI5K8Zw youtube "~youtube: TheLouisianaChannel" diff --git a/.vim/plugins.vim b/.vim/plugins.vim @@ -14,6 +14,7 @@ Plug 'tpope/vim-eunuch' " :SudoWrite, :Rename, :Move, etc """""" Syntax checking """""" Plug 'w0rp/ale' " asynchronous syntax check Plug 'lukhio/adVIMsor', { 'on': 'AdVIMsorEnable' } " checks with :AdVIMsor* +Plug 'Eluminae/vim-LanguageTool' " grammar check, :LanguageToolCheck """""" Buffer motion """""" Plug 'justinmk/vim-sneak' " move cursor s{char}{char}, use cl for sub @@ -72,3 +73,6 @@ let g:markdown_syntax_conceal = 0 " ignore .gitignore files from ctags let g:gutentags_file_list_command = 'rg --files' + +" use languagetool binary instead of calling jar file +let g:languagetool_cmd = '/usr/bin/languagetool --languagemodel /usr/share/ngrams --word2vecmodel /usr/share/word2vec'