update
This commit is contained in:
parent
124639a61f
commit
f879046a1c
|
@ -0,0 +1,3 @@
|
|||
snippet pl "{% partial ... %}"
|
||||
{% partial "$0" %}
|
||||
endsnippet
|
|
@ -1,3 +1,6 @@
|
|||
" note this are also set in ../ftplugin/javascript.vim
|
||||
set shiftwidth=2
|
||||
|
||||
" https://gist.github.com/romainl/1f50c55b0ee92e5420de51e6c4b38491
|
||||
|
||||
nnoremap <silent> <space>cF :call CocAction('runCommand', 'eslint.executeAutofix')<CR>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set iskeyword+=$
|
||||
|
||||
set tabstop=2
|
||||
" note this are also set in after/ftplugin/javascript.vim
|
||||
set shiftwidth=2
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue