Esempio 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)
Esempio n. 2
0
    def __init__(self, vim):
        super().__init__(vim)

        self.name = 'coc-diagnostic'
        self.matchers = ['matcher_fuzzy']
        self.sorters = []
        self.kind = FileKind(vim)
Esempio 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)
Esempio n. 4
0
    def __init__(self, vim):
        super().__init__(vim)

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

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