Institude Filepath, veonim, and git-diff3-style
This commit is contained in:
parent
ad85172df5
commit
fa71de6291
2 changed files with 16 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
[diff]
|
||||
renamelimit = 0
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
interactive = auto
|
||||
|
|
|
|||
13
.vimrc
13
.vimrc
|
|
@ -70,6 +70,16 @@ set t_Sb=ESC[4%dm
|
|||
let $RUST_SRC_PATH="/usr/src/rust/src/"
|
||||
|
||||
"let g:ft_ignore_pat = '.org'
|
||||
"
|
||||
|
||||
if exists('veonim')
|
||||
let g:vscode_extensions = [
|
||||
\'ms-python.python',
|
||||
\'ms-vscode.go',
|
||||
\]
|
||||
set guifont=Droid\ Sans\ Mono\ Dotted:h20
|
||||
" set linespace=10
|
||||
endif
|
||||
|
||||
" Required:
|
||||
set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim
|
||||
|
|
@ -412,6 +422,9 @@ endif
|
|||
" CD to the path of the file I'm editing.
|
||||
command Cdf :cd %:p:h
|
||||
|
||||
" Print path of file
|
||||
command Filepath :echo expand('%:p')
|
||||
|
||||
" Save a vim session! Useful if you want to save buffer states and so on
|
||||
command SaveSession :mksession! ~/.vim_last_session
|
||||
command LoadSession :source ~/.vim_last_session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue