Compare commits
No commits in common. "d83f0323660c0de3807cdd1292f6eb006d80322e" and "b2850f957dcf2e90d0e341158266fb554ea27416" have entirely different histories.
d83f032366
...
b2850f957d
|
@ -109,6 +109,3 @@ ${2: constructor(props) \{
|
||||||
}
|
}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet th "this.handle..."
|
|
||||||
this.handle${1:Click} = this.handle$1.bind(this);
|
|
||||||
endsnippet
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
extends css, javascript
|
|
|
@ -295,10 +295,6 @@ let g:mta_filetypes = {
|
||||||
" command! HiJinja call SyntaxRange#Include('{{', '}}', 'jinja', 'jinjaBraces', 'jinjaVariable')
|
" command! HiJinja call SyntaxRange#Include('{{', '}}', 'jinja', 'jinjaBraces', 'jinjaVariable')
|
||||||
" command! HiJinja call SyntaxRange#IncludeEx('start=/{{-\?/hs=s+2 end=/-\?}}/he=s-1', 'jinja')
|
" command! HiJinja call SyntaxRange#IncludeEx('start=/{{-\?/hs=s+2 end=/-\?}}/he=s-1', 'jinja')
|
||||||
"}}}
|
"}}}
|
||||||
" #vim-Styled-components{{{
|
|
||||||
"https://github.com/styled-components/vim-styled-components
|
|
||||||
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
|
|
||||||
"}}}
|
|
||||||
" #wordpress.vim{{{
|
" #wordpress.vim{{{
|
||||||
" doesn't support universal ctags
|
" doesn't support universal ctags
|
||||||
" #Plug 'dsawardekar/wordpress.vim'
|
" #Plug 'dsawardekar/wordpress.vim'
|
||||||
|
|
2
init.vim
2
init.vim
|
@ -223,7 +223,7 @@ set smartcase
|
||||||
|
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set wildmode=longest:full,full
|
set wildmode=longest:full,full
|
||||||
set wildignore+=**/node_modules/**,**/dist/**,**/.git/**,**/build/**
|
set wildignore+=/node_modules/,dist/
|
||||||
|
|
||||||
" Use ag over grep
|
" Use ag over grep
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
|
|
Loading…
Reference in New Issue