From 3bf1dc020759a79aa9be77724f5c66ef9500d215 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 24 Oct 2015 12:16:56 +0300 Subject: [PATCH] let us have the cursorline back as well as some settings for python files --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 853dbf9..87e12cb 100644 --- a/vimrc +++ b/vimrc @@ -2,6 +2,7 @@ set nocompatible set background=light set backspace=indent,eol,start set clipboard=exclude:.* +set cursorline set foldmethod=marker set history=50 set hlsearch @@ -39,6 +40,8 @@ autocmd BufNewFile *.rb 0put =\"#!/usr/bin/env ruby\\"|$ autocmd BufNewFile *.py 0put =\"#!/usr/bin/env python3\\"|$ autocmd BufNewFile *.pl 0put =\"#!/usr/bin/env perl\\use strict;\\use warnings;\\use feature 'say';\\"|$ +autocmd FileType python setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab autoindent + " maps let mapleader = "," noremap