diff options
author | Cody Hiar <cody@hiar.ca> | 2020-11-30 16:04:06 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-11-30 16:04:06 -0700 |
commit | 257ca8c23357ca5d51f07f875faa4ac78857b2ae (patch) | |
tree | 40bf7c0c41c4203d2036c187ca1e9aefa11ec357 /plugin | |
parent | 94ddb88b0f1718d067850b2d93388d3523a96713 (diff) |
Updating nix tabstop
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index b08b360..1337f45 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -36,6 +36,7 @@ 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 |