fix(lua): remove trailing ! in modulep!
This commit is contained in:
parent
5c563d307b
commit
8f6b045dfd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ lua-language-server.")
|
|||
|
||||
(set-eglot-client! 'lua-mode (+lua-generate-lsp-server-command)))
|
||||
|
||||
(when (modulep! +tree-sitter!)
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'lua-mode-local-vars-hook #'tree-sitter! 'append))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue