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
55653eed
Commit
55653eed
authored
Aug 01, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Supertab preview autoclose (
http://vi.stackexchange.com/q/4056/205
)
parent
dc0b3a90
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
bundle/colorschemes
bundle/colorschemes
+1
-1
bundle/nerdtree
bundle/nerdtree
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
bundle/vim-fugitive
bundle/vim-fugitive
+1
-1
vimrc
vimrc
+1
-0
No files found.
colorschemes
@
28a989b2
Subproject commit
81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36
Subproject commit
28a989b28457e38df620e4c7ab23e224aff70efe
nerdtree
@
bcf3de4f
Subproject commit
96c07746b46c12d0aca7a5276cc5bd0a260b82fe
Subproject commit
bcf3de4fdffae45fc7c85b6b84a01b37177924aa
syntastic
@
bfc55793
Subproject commit
83829b766e6160047d311fbf06f4c9cf2e8080a2
Subproject commit
bfc55793ef60ef80055b745fa037bb58f288d3b1
vim-fugitive
@
03cc95cc
Subproject commit
7c4a90614792cf4b74e0f3386cc6b14046419312
Subproject commit
03cc95cc198ea94a6a003a92cd0e58af4416ec25
vimrc
View file @
55653eed
...
...
@@ -84,6 +84,7 @@ autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endi
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabClosePreviewOnPopupClose = 1
set omnifunc=syntaxcomplete#Complete
set foldmethod=syntax
let g:syntastic_cpp_compiler_options = ' -std=c++11'
...
...
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