Skip to content

phpeterson-usf/micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro

My tools for using the micro editor in CS 315

  1. syntax/arm_asm.yaml is a syntax file for ARMv7 assembly language.
  2. plug/arm_asm/arm_asm.lua is a plugin which tells micro to use arm_asm.yaml for files with the .s
  3. plug/fmt/fmt.lua uses a pretty-printer to format code by filetype
  4. colorschemes/xcodelike.micro is a micro colorscheme for those who like light colors
  5. settings.json sets the clipboard and tabstospaces as I prefer
  6. bindings.json sets the keyboard bindings as I prefer (for Find and Find Again)

If you want these settings, or just to use them to start, you can

$ cd ~
$ mkdir -p .config/micro
$ cd .config/micro
$ git clone git@github.com:phpeterson-usf/micro

About

My tools for using the micro editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published