Add Lua config
This commit is contained in:
parent
e4916af2e7
commit
81c2516e34
@ -1197,6 +1197,14 @@
|
||||
(add-to-list 'auto-mode-alist '("\\.gpr\\'" . gpr-mode))
|
||||
#+end_src
|
||||
|
||||
** Lua
|
||||
Using a pretty standard LSP setup for Lua:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package lua-mode)
|
||||
(add-hook 'lua-mode-hook #'lsp-deferred)
|
||||
#+end_src
|
||||
|
||||
* Tool Integrations
|
||||
** Git
|
||||
=magit= is truly a wonderful creation! Add keybinding for
|
||||
|
Loading…
x
Reference in New Issue
Block a user