Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dotfiles
vim
Commits
ba88a178
Commit
ba88a178
authored
Mar 8, 2021
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Try to make diffs readable, change to pyright
parent
6076ec31
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vim/spell/sv.utf-8.add
+1
-0
1 addition, 0 deletions
.vim/spell/sv.utf-8.add
.vimrc
+18
-5
18 additions, 5 deletions
.vimrc
with
19 additions
and
5 deletions
.vim/spell/sv.utf-8.add
+
1
−
0
View file @
ba88a178
...
@@ -392,3 +392,4 @@ problemdiskussionen
...
@@ -392,3 +392,4 @@ problemdiskussionen
Checklista
Checklista
systemutveckling
systemutveckling
exekveringsmodell
exekveringsmodell
bringup
This diff is collapsed.
Click to expand it.
.vimrc
+
18
−
5
View file @
ba88a178
...
@@ -268,7 +268,8 @@ let g:PaperColor_Theme_Options = {
...
@@ -268,7 +268,8 @@ let g:PaperColor_Theme_Options = {
\
'override'
:
{
\
'override'
:
{
\
'color00'
:
[
'#FFFFFF'
,
'231'
],
\
'color00'
:
[
'#FFFFFF'
,
'231'
],
\
'color05'
:
[
'#FFFFFF'
,
'73'
],
\
'color05'
:
[
'#FFFFFF'
,
'73'
],
\
'difftext_bg'
:
[
'#FFFFFF'
,
'25'
],
\
'difftext_bg'
:
[
'#60e1ff'
,
''
],
\
'difftext_fg'
:
[
'#0f1d20'
,
''
],
\
}
\
}
\
}
\
}
\
}
\
}
...
@@ -278,9 +279,19 @@ let g:PaperColor_Theme_Options = {
...
@@ -278,9 +279,19 @@ let g:PaperColor_Theme_Options = {
"colorscheme molokai
"colorscheme molokai
"colorscheme wikipedia
"colorscheme wikipedia
colorscheme
PaperColor
colorscheme
PaperColor
if
&
diff
"if &diff
colorscheme
sol
"colorscheme sol
endif
"endif
"highlight DiffAdd cterm=bold ctermfg=0 ctermbg=15 gui=none guifg=bg guibg=Red
"highlight DiffDelete cterm=bold ctermfg=0 ctermbg=15 gui=none guifg=bg guibg=Red
"highlight DiffChange cterm=bold ctermfg=0 ctermbg=15 gui=none guifg=bg guibg=Red
"highlight DiffText cterm=bold ctermfg=0 ctermbg=88 gui=none guifg=bg guibg=Red
" Fix the difficult-to-read default setting for diff text highlighting. The
" bang (!) is required since we are overwriting the DiffText setting. The highlighting
" for "Todo" also looks nice (yellow) if you don't like the "MatchParen" colors.
"highlight! link DiffText MatchParen
" handling setting and unsetting BAT_THEME for fzf.vim
" handling setting and unsetting BAT_THEME for fzf.vim
augroup update_bat_theme
augroup update_bat_theme
...
@@ -786,7 +797,7 @@ let g:coc_global_extensions = [
...
@@ -786,7 +797,7 @@ let g:coc_global_extensions = [
\
'coc-rust-analyzer'
,
\
'coc-rust-analyzer'
,
\
'coc-markdownlint'
,
\
'coc-markdownlint'
,
\
'coc-yaml'
,
\
'coc-yaml'
,
\
'coc-py
thon
'
,
\
'coc-py
right
'
,
\
'coc-diagnostic'
,
\
'coc-diagnostic'
,
\
'coc-vimtex'
]
\
'coc-vimtex'
]
...
@@ -836,6 +847,8 @@ let g:vimtex_fold_enabled = 1
...
@@ -836,6 +847,8 @@ let g:vimtex_fold_enabled = 1
" Need to manualy refresh folds with zx
" Need to manualy refresh folds with zx
let
g:vimtex_fold_manual
=
1
let
g:vimtex_fold_manual
=
1
set
fillchars
=
fold
:
\
set
fillchars
=
fold
:
\
" No quickfix on warnings
let
g:vimtex_quickfix_open_on_warning
=
0
" Skim plugin via skim.vim / similar like fzf
" Skim plugin via skim.vim / similar like fzf
map
<
C
-
f
>
<
Esc
><
Esc
>:
Files
!<
CR
>
map
<
C
-
f
>
<
Esc
><
Esc
>:
Files
!<
CR
>
...
...
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