fix(idris): add ".ibc" to completion-ignored-extensions
This commit is contained in:
parent
75763ae786
commit
08f5eef3ce
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; lang/idris/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! idris-mode
|
||||
(add-to-list 'completion-ignored-extensions ".ibc")
|
||||
(add-hook 'idris-mode-hook #'turn-on-idris-simple-indent)
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'idris-mode-hook #'lsp! 'append))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue