diff options
author | Cody Hiar <cody@hiar.ca> | 2020-12-01 07:59:36 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-12-01 07:59:36 -0700 |
commit | 58f05409bf4f2b210465ef02499cd21d96abf54d (patch) | |
tree | bcc66ae8eb19a65cb89b5c1c1563d7d31a711c15 /plugin | |
parent | 257ca8c23357ca5d51f07f875faa4ac78857b2ae (diff) |
Let nix plugin do nix files
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 1337f45..b08b360 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -36,7 +36,6 @@ au FileType vim,ledger,yaml,html,htmldjango setlocal tabstop=2 au FileType sh,python setlocal tabstop=4 au FileType make setlocal tabstop=4 noexpandtab au FileType markdown set tw=80 tabstop=2 -au FileType nix tabstop=2 " Setup colorscheme syntax enable |