mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -7,6 +7,14 @@ priority -50
|
||||
# The smart snippets use a global options called
|
||||
# "g:ultisnips_javascript.{option}" which can control the format
|
||||
# of trailing semicolon, space before function paren, etc.
|
||||
#
|
||||
# e.g.
|
||||
# let g:ultisnips_javascript = {
|
||||
# \ 'keyword-spacing': 'always',
|
||||
# \ 'semi': 'never',
|
||||
# \ 'space-before-function-paren': 'always',
|
||||
# \ }
|
||||
|
||||
|
||||
global !p
|
||||
from javascript_snippets import (
|
||||
|
Reference in New Issue
Block a user