Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/nvim
This commit is contained in:
		
						commit
						ec963fd41f
					
				| 
						 | 
				
			
			@ -109,3 +109,6 @@ ${2:	constructor(props) \{
 | 
			
		|||
}
 | 
			
		||||
endsnippet
 | 
			
		||||
 | 
			
		||||
snippet th "this.handle..."
 | 
			
		||||
this.handle${1:Click} = this.handle$1.bind(this);
 | 
			
		||||
endsnippet
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
extends css, javascript
 | 
			
		||||
| 
						 | 
				
			
			@ -295,6 +295,10 @@ 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'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue