added lua support, disabled vertico jump root using /, was a mess

This commit is contained in:
2023-11-01 13:14:09 +01:00
parent 0378dafdd4
commit 8958787606
5 changed files with 20 additions and 3 deletions

11
lisp/init-lua.el Normal file
View File

@@ -0,0 +1,11 @@
(use-package lua-mode
:mode "\\.lua\\'"
:config
(setq tab-width 4
lua-indent-level 4
lua-indent-string-contents t))
(provide 'init-lua)
;;; init-lua.el ends here