Skip to content

Instantly share code, notes, and snippets.

@lukasjoc
Created January 3, 2022 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukasjoc/85d462fcdb2520cd23075ddb032b3401 to your computer and use it in GitHub Desktop.
Save lukasjoc/85d462fcdb2520cd23075ddb032b3401 to your computer and use it in GitHub Desktop.
vim config for getting EditorConfig running/ Formatting in vim using `gg=G`
let g:EditorConfig_core_mode = "external_command"
let g:EditorConfig_exec_path = "/opt/homebrew/bin/editorconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment