Created
December 26, 2018 13:33
-
-
Save Enchufa2/a8a02d73dab36ea3f3744b06faa61763 to your computer and use it in GitHub Desktop.
.vimrc
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
let mapleader="," | |
set laststatus=2 | |
set colorcolumn=81 | |
highlight ColorColumn ctermbg=8 | |
set number | |
set cursorline | |
set wildmenu | |
set showmatch | |
set autoindent | |
set smartindent | |
set smarttab | |
set expandtab | |
set shiftwidth=4 | |
set softtabstop=4 | |
set tabstop=4 | |
set incsearch | |
set hlsearch | |
set ignorecase | |
set smartcase | |
nnoremap <leader><space> :nohlsearch<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment