Skip to content

Commit c2b506a

Browse files
committed
feat: improve acm backend order
1 parent 028f85b commit c2b506a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
- name: Install
1212
run: sudo apt update && sudo apt install -y git emacs-nox zip
1313

14+
- name: Tree-Sitter
15+
uses: tree-sitter/setup-action@v2
16+
with:
17+
install-lib: true
18+
1419
- name: Build
1520
run: |
1621
git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \

README.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,12 @@ ref:https://github.com/manateelazycat/toggle-one-window
14681468
(setq acm-enable-tabnine nil
14691469
acm-enable-copilot t
14701470
acm-enable-quick-access t
1471+
acm-backend-order '("copilot-candidates"
1472+
"mode-first-part-candidates"
1473+
"template-first-part-candidates"
1474+
"template-second-part-candidates"
1475+
"mode-second-part-candidates")
1476+
14711477
lsp-bridge-enable-hover-diagnostic t)
14721478
)
14731479
#+end_src

0 commit comments

Comments
 (0)