Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Naheel-Azawy/vlang-mode
Emacs major mode for the V programming language
https://github.com/Naheel-Azawy/vlang-mode
Last synced: 3 months ago
JSON representation
Emacs major mode for the V programming language
- Host: GitHub
- URL: https://github.com/Naheel-Azawy/vlang-mode
- Owner: Naheel-Azawy
- License: gpl-3.0
- Created: 2020-06-01T18:37:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T12:35:37.000Z (over 1 year ago)
- Last Synced: 2024-05-19T05:29:07.005Z (6 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 56.6 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vlang-mode.el - Emacs major mode for the V programming language. (Other / Editor plugins)
README
* vlang-mode.el
Emacs major mode for the V programming language[[./img.png]]
** Installation and usage
Using [[https://github.com/raxod502/straight.el][straight.el]], add the following to your emacs init,
#+begin_src emacs-lisp
(straight-use-package
'(vlang-mode :type git :host github :repo "Naheel-Azawy/vlang-mode"))
#+end_srcOr using [[https://github.com/quelpa/quelpa][quelpa]],
#+begin_src emacs-lisp
(quelpa
'(vlang-mode :fetcher url
:url "https://raw.githubusercontent.com/naheel-azawy/vlang-mode.el/master/vlang-mode.el"))
(require 'vlang-mode)
#+end_src** Licenses
GPL-3