Exemplo n.º 1
0
    def __init__(self, vim):
        super(Source, self).__init__(vim)

        self.name = 'coc-jump-locations'
        self.matchers = ['matcher_fuzzy']
        self.sorters = []
        self.kind = FileKind(vim)
Exemplo n.º 2
0
    def __init__(self, vim):
        super().__init__(vim)

        self.name = 'coc-diagnostic'
        self.matchers = ['matcher_fuzzy']
        self.sorters = []
        self.kind = FileKind(vim)
Exemplo n.º 3
0
    def __init__(self, vim):
        super().__init__(vim)

        self.name = 'coc-symbols'
        self.matchers = ['matcher_fuzzy']
        self.sorters = ['sorter/sublime']
        self.kind = FileKind(vim)
Exemplo n.º 4
0
    def __init__(self, vim):
        super().__init__(vim)

        self.name = 'coc-symbols'
        self.kind = FileKind(vim)
Exemplo n.º 5
0
    def __init__(self, vim):
        super().__init__(vim)

        self.name = 'coc-workspace'
        self.kind = FileKind(vim)