Compare commits

..

No commits in common. "d83f0323660c0de3807cdd1292f6eb006d80322e" and "b2850f957dcf2e90d0e341158266fb554ea27416" have entirely different histories.

4 changed files with 1 additions and 9 deletions

View File

@ -109,6 +109,3 @@ ${2: constructor(props) \{
}
endsnippet
snippet th "this.handle..."
this.handle${1:Click} = this.handle$1.bind(this);
endsnippet

View File

@ -1 +0,0 @@
extends css, javascript

View File

@ -295,10 +295,6 @@ let g:mta_filetypes = {
" command! HiJinja call SyntaxRange#Include('{{', '}}', 'jinja', 'jinjaBraces', 'jinjaVariable')
" 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{{{
" doesn't support universal ctags
" #Plug 'dsawardekar/wordpress.vim'

View File

@ -223,7 +223,7 @@ set smartcase
set wildmenu
set wildmode=longest:full,full
set wildignore+=**/node_modules/**,**/dist/**,**/.git/**,**/build/**
set wildignore+=/node_modules/,dist/
" Use ag over grep
if executable('ag')