Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
configs
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
Taddeüs Kroes
configs
Commits
5e73c0da
Commit
5e73c0da
authored
Jan 02, 2015
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added supoprt for ~/.vimrc_local file
parent
abe3af5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
vimrc
vimrc
+9
-1
No files found.
vimrc
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
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