From 122e001cb8a58d928dd6957a2735c445cf74b206 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 26 Aug 2018 16:54:45 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 055ea82..dbcee32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# dot files -Dotfiles collection +# README -## Usage -To setup vim just run the setup script +You can find my dotfiles collection in here. Feel free to use and share them. +# TODO + +Add documentation From 83d401931b4a584580e3218582de248d65e1f009 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 26 Aug 2018 18:02:51 +0100 Subject: [PATCH 2/4] add tmux description --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dbcee32..75741dc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ You can find my dotfiles collection in here. Feel free to use and share them. +# Tmux settings +.tmux.conf is a fork of https://github.com/gpakosz/.tmux conf file. +.tmux.conf.local is where you add your settings and overrides. +Use both. + # TODO Add documentation From db1fd8f622065c18e910a9f0629b68869710b07d Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 26 Aug 2018 18:19:13 +0100 Subject: [PATCH 3/4] add vimrc description --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75741dc..aad5b65 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ You can find my dotfiles collection in here. Feel free to use and share them. .tmux.conf.local is where you add your settings and overrides. Use both. +# Vim settings +Vim uses the **wombat256mod.vim** colorscheme. You can download it from the offical report of from this repo. + + # TODO Add documentation From df3669c1dd4f91a28fe3f8a50443572b535b8058 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 26 Aug 2018 18:23:29 +0100 Subject: [PATCH 4/4] add python description in vimrc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aad5b65..4f5569e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ You can find my dotfiles collection in here. Feel free to use and share them. Use both. # Vim settings -Vim uses the **wombat256mod.vim** colorscheme. You can download it from the offical report of from this repo. +Vimrc uses the **wombat256mod.vim** colorscheme. You can download it from the offical report of from this repo. +Some of my python editing settings are in the vimrc. The pylint settings are here - search for **g:pymode_lint_**. # TODO