summaryrefslogtreecommitdiff
path: root/modules/general.vim
diff options
context:
space:
mode:
Diffstat (limited to 'modules/general.vim')
-rw-r--r--modules/general.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/general.vim b/modules/general.vim
index dc46f552..ae2ed36e 100644
--- a/modules/general.vim
+++ b/modules/general.vim
@@ -17,7 +17,7 @@ set encoding=utf-8 " The encoding displayed
set pumheight=10 " Makes popup menu smaller
set fileencoding=utf-8 " The encoding written to file
set ruler " show the cursor position all the time
-set cmdheight=1
+set cmdheight=2 " always keep this at 2"
set iskeyword+=- " treat dash separated words as a word text object"
set mouse=a " Enable your mouse
set splitbelow " Horizontal splits will automatically be below
@@ -36,7 +36,7 @@ set number " Line numbers
set cursorline " Enable highlighting of the current line
set background=dark " tell vim what the background color looks like
-let g:python_highlight_all = 0 " Get rid of annoying red highlights"
+let g:python_highlight_all = 0 " Get rid of annoying red highlights" look into polyglot python implementation to choose what you want to enable
let g:elite_mode=1 " Disable arrows"
filetype plugin indent on " Gives vim abilty to recognize filetypes