Skip to content

Commit

Permalink
Minor settings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
W4RH4WK committed Mar 17, 2017
1 parent 6d2ba66 commit d7651c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions vimrc
Expand Up @@ -21,11 +21,12 @@ Plugin 'Solarized'
Plugin 'Tabular'
Plugin 'Valloric/YouCompleteMe'
Plugin 'closetag.vim'
Plugin 'fidian/hexmode'
"Plugin 'fidian/hexmode'
Plugin 'fugitive.vim'
Plugin 'honza/vim-snippets'
Plugin 'kien/ctrlp.vim'
Plugin 'matchit.zip'
Plugin 'repeat.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
Plugin 'tComment'
Expand All @@ -45,9 +46,10 @@ Plugin 'kchmck/vim-coffee-script'
Plugin 'neovimhaskell/haskell-vim'
Plugin 'openscad.vim'
Plugin 'othree/html5.vim'
Plugin 'rust-lang/rust.vim'
Plugin 'vim-pandoc/vim-pandoc-syntax'

" helpers
" debug plugins
Plugin 'listmaps.vim'

call vundle#end()
Expand All @@ -62,10 +64,12 @@ set backspace=indent,eol,start
set clipboard=unnamedplus
set foldignore=" "
set foldmethod=indent
set foldlevelstart=20
set formatoptions=cqrt
set ignorecase
set incsearch
set smartcase
set spelllang=en_gb
set timeoutlen=500

" visual
Expand All @@ -81,9 +85,10 @@ set showcmd
set splitbelow
set splitright
set ttyfast
set wildmenu

" gui visual
set guifont=Terminus\ 9
set guifont=Hack\ 9
set guiheadroom=0
set guioptions=agir

Expand Down

0 comments on commit d7651c6

Please sign in to comment.