Created
February 16, 2020 16:04
-
-
Save Lajule/f79aece48b45a9d4dd689acdd9281a75 to your computer and use it in GitHub Desktop.
Best vim setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filetype on | |
syntax on | |
set background=dark | |
set linebreak | |
set visualbell | |
set showmatch | |
set hlsearch | |
set autoindent | |
set expandtab | |
set shiftwidth=2 | |
set smartindent | |
set smarttab | |
set softtabstop=2 | |
set mouse=a | |
set clipboard=unnamed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment