feat: add vlang-mode

This commit is contained in:
rondDev 2024-08-29 07:01:15 +02:00
parent eebab83b74
commit 7eb9d6b0e7
2 changed files with 8 additions and 0 deletions

3
modules/lang/v/config.el Normal file
View file

@ -0,0 +1,3 @@
;;; lang/v/config.el -*- lexical-binding: t; -*-
(use-package! vlang-mode)

View file

@ -0,0 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; lang/v/packages.el
(package! vlang-mode
:recipe (:host github :repo "Naheel-Azawy/vlang-mode"))