Merge pull request #5052 from ckruse/develop
fix regex in lsp-file-watch-ignored-directories in elixir module
This commit is contained in:
commit
e886dc6c68
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