dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8f0858180b953239b31bcebaa3cea037395592a1
parent d3e7e927ab40398ed2144d9bd6b1504a5bf11cd7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 24 Sep 2018 17:41:57 +0200

Some modifications to vim configs

Diffstat:
Mvim/editor.vimrc | 7+++++--
Mvim/general.vimrc | 8++------
2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/vim/editor.vimrc b/vim/editor.vimrc @@ -1,5 +1,8 @@ -" Allow integration with system clipboard (only newest vim) -set clipboard+=unnamed +" Syntax highlighting +syntax on + +" Filetype-specific indenting +filetype plugin indent on " Highlight current line set cursorline diff --git a/vim/general.vimrc b/vim/general.vimrc @@ -35,12 +35,8 @@ set showcmd " Command completion set wildmenu -" ======= Colors and Fonts ======== " -" Syntax highlighting -syntax on - -" Filetype-specific indenting -filetype plugin indent on +" Allow integration with system clipboard (only newest vim) +set clipboard+=unnamed " Colorscheme colorscheme default