lang/lua: set :documentation lookup to lua-search-documentation
This commit is contained in:
parent
8798477de2
commit
1c0509edbb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
:config
|
:config
|
||||||
(add-hook 'lua-mode-hook #'flycheck-mode)
|
(add-hook 'lua-mode-hook #'flycheck-mode)
|
||||||
|
|
||||||
|
(set! :lookup 'lua-mode :documentation 'lua-search-documentation)
|
||||||
(set! :electric 'lua-mode :words '("else" "end"))
|
(set! :electric 'lua-mode :words '("else" "end"))
|
||||||
(set! :repl 'lua-mode #'+lua/repl)
|
(set! :repl 'lua-mode #'+lua/repl)
|
||||||
;; sp's lua-specific rules are obnoxious, so we disable them
|
;; sp's lua-specific rules are obnoxious, so we disable them
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue