about summary refs log tree commit diff
path: root/.emacs.d/lang/lua.el
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-02-11 11:42:58 +0000
committervenomade <venomade@venomade.com>2026-02-11 11:42:58 +0000
commit0bd150185551b6d8835d022c15a5f6e832d51113 (patch)
tree10bf3f3443df49a44eb47b328b73b7e76b0a4924 /.emacs.d/lang/lua.el
parent8d688d1107c46b6dfdcaf02fa5c9c4c8a4640e65 (diff)
Asahi
Soft reset of dotfiles specific to Asahi, Sway and Neovim.
Diffstat (limited to '.emacs.d/lang/lua.el')
-rw-r--r--.emacs.d/lang/lua.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/.emacs.d/lang/lua.el b/.emacs.d/lang/lua.el
deleted file mode 100644
index dfc1b19..0000000
--- a/.emacs.d/lang/lua.el
+++ /dev/null
@@ -1,11 +0,0 @@
-;; Emacs Configuration for Lua
-
-(use-package lua-mode
-  :ensure t
-  :config
-  (add-hook 'lua-mode-hook #'eglot-ensure t)
-  (setq lua-indent-level 2
-        lua-documentation-url "https://www.lua.org/manual/5.4/manual.html"))
-
-; TODO Try fix this only for lua-mode as that is where the bug is
-(setq eglot-ignored-server-capabilities '(:documentOnTypeFormattingProvider))