diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2020-08-29 12:14:38 +0200 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2020-08-29 12:16:17 +0200 |
| commit | eb341ec9b1fcc69a94e9a3a313a5ca13128a5f62 (patch) | |
| tree | 51d02859590d4a6bdf674ee152919ab1385abbf5 | |
| parent | 7b0bec357cf3873c166069ae457ae47f86c7f587 (diff) | |
| download | dotfiles-eb341ec9b1fcc69a94e9a3a313a5ca13128a5f62.tar dotfiles-eb341ec9b1fcc69a94e9a3a313a5ca13128a5f62.tar.zst dotfiles-eb341ec9b1fcc69a94e9a3a313a5ca13128a5f62.zip | |
Disable Line Numbering in Vim by Default
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ set mouse-=a -set number syntax on set tabstop=4 set expandtab |
