Lua mode
This commit is contained in:
parent
13b07956df
commit
cf025f0b02
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
("melpa" . "https://melpa.org/packages/")
|
||||
("org" . "https://orgmode.org/elpa/")))
|
||||
'(package-selected-packages
|
||||
'(lsp-mode yaml-mode evil-lispy treemacs-magit treemacs-evil treemacs lsp-pyright lsp-ui rustic flycheck origami groovy-mode avy editorconfig org-crypt tree-sitter-langs tree-sitter centaur-tabs dashboard page-break-lines wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||
'(lua-mode lsp-mode yaml-mode evil-lispy treemacs-magit treemacs-evil treemacs lsp-pyright lsp-ui rustic flycheck origami groovy-mode avy editorconfig org-crypt tree-sitter-langs tree-sitter centaur-tabs dashboard page-break-lines wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||
'(ring-bell-function 'ignore)
|
||||
'(rustic-format-trigger 'on-compile)
|
||||
'(rustic-indent-method-chain t)
|
||||
|
@ -238,6 +238,9 @@
|
|||
;; YAML mode
|
||||
(use-package yaml-mode)
|
||||
|
||||
;; Lua mode
|
||||
(use-package lua-mode)
|
||||
|
||||
;; Origamimode
|
||||
(use-package origami
|
||||
:ensure evil
|
||||
|
|
Loading…
Add table
Reference in a new issue