feat: add vlang-mode
This commit is contained in:
parent
eebab83b74
commit
7eb9d6b0e7
2 changed files with 8 additions and 0 deletions
3
modules/lang/v/config.el
Normal file
3
modules/lang/v/config.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
;;; lang/v/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! vlang-mode)
|
5
modules/lang/v/packages.el
Normal file
5
modules/lang/v/packages.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/v/packages.el
|
||||
|
||||
(package! vlang-mode
|
||||
:recipe (:host github :repo "Naheel-Azawy/vlang-mode"))
|
Loading…
Reference in a new issue