Change .vimrc stuff
This commit is contained in:
parent
9d189fb67c
commit
3693aade09
1 changed files with 3 additions and 4 deletions
7
.vimrc
7
.vimrc
|
@ -57,9 +57,6 @@ Plug 'wincent/ferret'
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let g:fugitive_gitlab_domains = ['http://gitlab.kreativ.rudel:8001', 'gitlab.kreativ.rudel']
|
|
||||||
let g:fugitive_gitea_domains = ['https://git.doggoat.de']
|
|
||||||
|
|
||||||
"" NERDTree config
|
"" NERDTree config
|
||||||
" Autostart NERDTree on start
|
" Autostart NERDTree on start
|
||||||
autocmd vimenter * NERDTree | wincmd w
|
autocmd vimenter * NERDTree | wincmd w
|
||||||
|
@ -109,7 +106,7 @@ let g:vdebug_options = {'server': '172.17.0.1'}
|
||||||
let g:vdebug_options = {'port': '9002'}
|
let g:vdebug_options = {'port': '9002'}
|
||||||
|
|
||||||
" Configure paths
|
" Configure paths
|
||||||
let g:vdebug_options["path_maps"] = { "/var/www/html": "/home/leong/workspace/upwire-2019" }
|
let g:vdebug_options["path_maps"] = { "/var/www/html": getcwd() }
|
||||||
|
|
||||||
" Don't break on open
|
" Don't break on open
|
||||||
let g:vdebug_options['break_on_open'] = 0
|
let g:vdebug_options['break_on_open'] = 0
|
||||||
|
@ -133,3 +130,5 @@ set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
let mapleader=" "
|
||||||
|
|
Loading…
Reference in a new issue