diff options
author | Ben Sima <ben@bsima.me> | 2018-06-13 20:07:44 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-13 20:07:58 -0700 |
commit | d12a8dcaa4ae02277eba7f754aee470d1ad6527c (patch) | |
tree | 7a2e8f7b54c6f7e041a2113e4cfac06f572dcdfb | |
parent | ac023a66a1291b903e85558c5006257823652158 (diff) |
Add editorconfig
-rw-r--r-- | vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ in "sensible" "colors-solarized" "fugitive" + "editorconfig-vim" ]; settings = { ignorecase = true; |