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 | 6f8c5d6bfba8cffbd8ff684abdd73f624457feaf (patch) | |
tree | 51d02859590d4a6bdf674ee152919ab1385abbf5 | |
parent | 6b3ba4066d846b4c1abb7ad1a70988a75499a9b2 (diff) | |
download | dotfiles-6f8c5d6bfba8cffbd8ff684abdd73f624457feaf.tar dotfiles-6f8c5d6bfba8cffbd8ff684abdd73f624457feaf.tar.zst dotfiles-6f8c5d6bfba8cffbd8ff684abdd73f624457feaf.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 |