This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local ls = require("luasnip") | |
| local fmt = require("luasnip.extras.fmt").fmt | |
| local s = ls.snippet | |
| local i = ls.insert_node | |
| local f = ls.function_node | |
| local d = ls.dynamic_node | |
| local sn = ls.snippet_node | |
| local rep = require("luasnip.extras").rep | |
| -- Get a list of the property names given an `interface_declaration` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from __future__ import unicode_literals | |
| from __future__ import print_function | |
| from __future__ import division | |
| from __future__ import absolute_import | |
| from future import standard_library | |
| standard_library.install_aliases() | |
| from builtins import * # noqa | |
| from ycmd.completers.general_completer import GeneralCompleter | |
| from ycmd import responses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ro.secure=0 | |
| ro.allow.mock.location=1 | |
| ro.debuggable=1 | |
| persist.usb.serialno=full_inari | |
| persist.sys.usb.config=adb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/autoload/smartinput.vim b/autoload/smartinput.vim | |
| index 15a9363..9b71f18 100644 | |
| --- a/autoload/smartinput.vim | |
| +++ b/autoload/smartinput.vim | |
| @@ -73,7 +73,7 @@ function! smartinput#define_default_rules() "{{{2 | |
| endfunction | |
| call urules.add('()', [ | |
| \ {'at': '\%#', 'char': '(', 'input': '()<Left>'}, | |
| - \ {'at': '\%#\_s*)', 'char': ')', 'input': '<C-r>=smartinput#_leave_block('')'')<Enter><Right>'}, | |
| + \ {'at': '\%#\s*)', 'char': ')', 'input': '<C-r>=smartinput#_leave_block('')'')<Enter><Right>'}, |