Skip to content

thetrung/green-fasml.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green Ocean on Fasm + Ocaml

Has syntax, compiler, indent & theme support on Neovim.

Preview

alt

Set Flat Assembler syntax by default for *.asm files

Add following to your autocmds.lua or init.lua on NeoVim :

autocmd BufReadPre *.asm let g:asmsyntax = "fasm"

Config as Default

this usually need on Arch/Omarchy where colorscheme is synced by theme, add this to your init.lua :

    vim.defer_fn(function()
      vim.cmd("colorscheme green-ocean")
    end, 50)

Based on:

fasm support :

https://github.com/fedorenchik/fasm.vim

colorscheme :

https://github.com/thetrung/green-fasm.vim

About

High Contrast Green-Ocean theme dedicated to C99, Fasm & Ocaml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •