summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-04-03 15:02:21 +0200
committerUrbain Vaes <urbain@vaes.uk>2019-04-03 15:02:27 +0200
commita0d3fb4b6ae53a6942ec072246587fa84bdf72da (patch)
tree69d5c063aee56032c55e059ef134c6ef0bfc40c2 /vim
parent0b73d545946fa1d62a66138ad30e46cd0f8d358e (diff)
[arch] Update metapackages
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add2
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin897 -> 954 bytes
-rw-r--r--vim/.vimrc4
3 files changed, 4 insertions, 2 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
index 41b0cdf..c822116 100644
--- a/vim/.vim/spell/en.utf-8.add
+++ b/vim/.vim/spell/en.utf-8.add
@@ -55,3 +55,5 @@ periodized
hypoelliptic
pointwise
nonsymmetric
+philic
+microfluidics
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
index 3809c8d..4ebf009 100644
--- a/vim/.vim/spell/en.utf-8.add.spl
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/vim/.vimrc b/vim/.vimrc
index f0411a2..455c419 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -383,7 +383,7 @@ inoreabbrev <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype
inoremap <nowait> <c-g> <esc>h1z=ea
nnoremap <Leader>s 1z=
-" Projectionist
+" Projectionist
nnoremap ,e :E
" Unimpaired
@@ -524,7 +524,7 @@ augroup myflags
autocmd User Flags call Hoist("buffer", "%{&paste?'[paste]':''}")
autocmd User Flags call Hoist("window", "%{WinCwd() != '' ? '['.WinCwd().']' : ''}")
- highlight MyGlobals ctermfg=255 ctermbg=65
+ highlight MyGlobals ctermfg=255 ctermbg=240
autocmd User Flags call Hoist("global", {"hl": "MyGlobals"}, "[%{pathshorten(GlobalCwd())}, %{g:my_searchprgs[g:my_searchprg]}, %{g:my_findprgs[g:my_findprg]}]")
augroup END