Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
configs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
configs
Commits
5e73c0da
Commit
5e73c0da
authored
10 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Added supoprt for ~/.vimrc_local file
parent
abe3af5b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vimrc
+9
-1
9 additions, 1 deletion
vimrc
with
9 additions
and
1 deletion
vimrc
+
9
−
1
View file @
5e73c0da
...
...
@@ -54,7 +54,7 @@ set wildignore=*.swp,*.bak,*.pyc,*.class,*.o,*.bc
" File explorer
let g:netrw_liststyle=3 " Use tree-mode as default view
let g:netrw_preview=1 " Preview window shown in a v
ertically
split
let g:netrw_preview=1 " Preview window shown in a vsplit
" ---------
" Searching
...
...
@@ -135,3 +135,11 @@ autocmd BufNewFile,BufRead *.less set filetype=less
" Highlight and underline badly spelled words when spellcheck is on
highlight SpellBad guisp=#fcaf3e cterm=underline
" -----------------------
" Additional local config
" -----------------------
if filereadable($HOME . '/.vimrc_local')
source ~/.vimrc_local
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment