neoformat icon indicating copy to clipboard operation
neoformat copied to clipboard

Support for nasm

Open dpitic opened this issue 7 years ago • 1 comments

I use SpaceVim with nasm mode for assembly language programming. I know Neoformat has a definition for asm, however this does not work for nasm mode. I can make it work for nasm mode by creating a nasm.vim file based on asm.vim, unless you know a better way to include nasm mode support using what is already there?

If not, I'll create a pull request to add a nasm.vim definition.

dpitic avatar Jul 13 '18 13:07 dpitic

Neoformat doesn't have any alias support for filetypes, so you can create a new nasam.vim file and import the function from asm.vim to reuse.

sbdchd avatar Jul 17 '18 02:07 sbdchd