diff --git a/UltiSnips/octobercms.snippets b/UltiSnips/octobercms.snippets new file mode 100644 index 0000000..7734ab5 --- /dev/null +++ b/UltiSnips/octobercms.snippets @@ -0,0 +1,3 @@ +snippet pl "{% partial ... %}" +{% partial "$0" %} +endsnippet diff --git a/after/ftplugin/javascript.vim b/after/ftplugin/javascript.vim index 101be7c..23f5a9d 100644 --- a/after/ftplugin/javascript.vim +++ b/after/ftplugin/javascript.vim @@ -1,3 +1,6 @@ +" note this are also set in ../ftplugin/javascript.vim +set shiftwidth=2 + " https://gist.github.com/romainl/1f50c55b0ee92e5420de51e6c4b38491 nnoremap cF :call CocAction('runCommand', 'eslint.executeAutofix') diff --git a/ftplugin/javascript.vim b/ftplugin/javascript.vim index bd2f9e5..393635a 100644 --- a/ftplugin/javascript.vim +++ b/ftplugin/javascript.vim @@ -1,4 +1,5 @@ set iskeyword+=$ set tabstop=2 +" note this are also set in after/ftplugin/javascript.vim set shiftwidth=2 diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 726d459..5f25518 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -141,3 +141,23 @@ sitemap xml Checklists MainWP +frontend +Covid +plugins's +plugin's +movies +WebGL +Anime +GSAP +jQuery +eCommerce +webpack +inlined +ejs +TODO +transpilation +eslint +postcss +metadata +shortcode +Anki diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index e8c7d3b..43a95c9 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ