Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vimrc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
vimrc
Commits
c3016816
Commit
c3016816
authored
Feb 01, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
persistent undo, plugin updates
parent
80ae4917
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
19 deletions
+6
-19
bundle/YouCompleteMe
bundle/YouCompleteMe
+1
-1
bundle/airline
bundle/airline
+1
-1
undo/.gitignore
undo/.gitignore
+2
-0
vimrc
vimrc
+2
-17
No files found.
YouCompleteMe
@
e66d1f1d
Subproject commit
5ee7bd2c807384ac51074f8212a4aec5364627b9
Subproject commit
e66d1f1dddb4f27624715197b97a5fcff1944764
airline
@
dbb4d323
Subproject commit
c88f04cd1abecbc2190dff9241eda67868389032
Subproject commit
dbb4d3236bfa1d7fd14ca0604e101ef82be5ebc7
undo/.gitignore
0 → 100644
View file @
c3016816
*
!.gitignore
vimrc
View file @
c3016816
...
...
@@ -53,6 +53,8 @@ set laststatus=2
set wildignore+=*.aux,*.toc,*.pdf
set isfname-==
set display+=lastline
set undofile
set undodir=$HOME/.vim/undo
let g:tex_flavor = "latex"
...
...
@@ -133,23 +135,6 @@ let g:DiffUpdate = 1
let g:ycm_autoclose_preview_window_after_insertion = 1
let g:ycm_collect_identifiers_from_tags_files = 1
" if has('cscope')
" set cscopetag cscopeverbose
"
" if has('quickfix')
" set cscopequickfix=s-,c-,d-,i-,t-,e-
" endif
"
" cnoreabbrev csa cs add
" cnoreabbrev csf cs find
" cnoreabbrev csk cs kill
" cnoreabbrev csr cs reset
" " cnoreabbrev css cs show
" cnoreabbrev csh cs help
"
" command -nargs=0 Cscope cs add $VIMSRC/src/cscope.out $VIMSRC/src
" endif
if !empty($MAN_PN)
autocmd StdinReadPost * set ft=man | file $MAN_PN
elseif @% == "" && getcwd() == "/tmp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment