Removed duplication in the vimrc
This commit is contained in:
parent
c9dd000aa2
commit
7d0c4f16ff
@ -11,14 +11,11 @@ let mapleader = "\<Space>"
|
|||||||
let g:python3_host_prog = expand('/usr/bin/python3')
|
let g:python3_host_prog = expand('/usr/bin/python3')
|
||||||
let g:loaded_python_provider = 0
|
let g:loaded_python_provider = 0
|
||||||
let g:python_host_prog = ''
|
let g:python_host_prog = ''
|
||||||
set laststatus=2
|
|
||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set shiftwidth=4
|
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set incsearch
|
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
Loading…
Reference in New Issue
Block a user