fix regex in lsp-file-watch-ignored-directories in elixir module
This commit is contained in:
parent
6d2c6b44fa
commit
f3b71b0495
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
(when (featurep! +lsp)
|
||||
(add-hook 'elixir-mode-local-vars-hook #'lsp!)
|
||||
(after! lsp-mode
|
||||
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\_build\\'")))
|
||||
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]_build\\'")))
|
||||
|
||||
(after! highlight-numbers
|
||||
(puthash 'elixir-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue