programs: reconfig chromium and neovim

This commit is contained in:
steveej 2024-06-12 22:23:43 +02:00
parent 0a5d068d83
commit 095b757e29
2 changed files with 5 additions and 2 deletions

View file

@ -42,6 +42,9 @@
# unhook # unhook
{id = "khncfooichmfjbepaaaebmommgaepoid";} {id = "khncfooichmfjbepaaaebmommgaepoid";}
# polkadotjs
{id = "mopnmbcafieddcagagdcbnhejhlodfdd";}
] ]
++ (lib.lists.optionals ((builtins.match "^steveej.*" name) != null) [ ++ (lib.lists.optionals ((builtins.match "^steveej.*" name) != null) [
# Vimium C # Vimium C

View file

@ -49,8 +49,8 @@ let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/]\.(git|hg|svn)$$', \ 'dir': '\v[\/]\.(git|hg|svn)$$',
\ 'file': '\v\.(exe|so|dll)$$', \ 'file': '\v\.(exe|so|dll)$$',
\ } \ }
let g:ctrlp_max_files=0 "let g:ctrlp_max_files=0
let g:ctrlp_max_depth=1000 "let g:ctrlp_max_depth=1000
"let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' } "let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }
"let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict' "let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'