diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index f0a06ca..fedb364 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -1,4 +1,3 @@ -set textwidth=80 setlocal spell " markdown : jump to next heading diff --git a/init.vim b/init.vim index ae36d6c..8b43e3c 100644 --- a/init.vim +++ b/init.vim @@ -278,7 +278,8 @@ set signcolumn=yes set colorcolumn=80,120 set iskeyword+=- -set scrolloff=10 +set scrolloff=4 +set scrolljump=4 set showcmd set incsearch diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 1ec6953..726d459 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -135,3 +135,9 @@ WPMain submodule submodules Luminate +performant +webpages +sitemap +xml +Checklists +MainWP diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index af3e526..e8c7d3b 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ